File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ BuildRequires: pkgconfig(python3)
10
10
BuildRequires: python%{pyver }dist(betamax)
11
11
BuildRequires: python%{pyver }dist(pip)
12
12
BuildRequires: python%{pyver }dist(pyopenssl)
13
- BuildRequires: python%{pyver }dist(pytest)
14
13
BuildRequires: python%{pyver }dist(requests)
15
14
BuildRequires: python%{pyver }dist(setuptools)
16
15
BuildRequires: python%{pyver }dist(wheel)
@@ -26,9 +25,8 @@ some idiosyncracies prevent effective or sane testing on that version.
26
25
%files
27
26
%license LICENSE
28
27
%doc README.rst HISTORY.rst
29
- %{_bindir }/requests-toolbelt
30
- %{py_sitedir} /requests-toolbelt
31
- %{py_sitedir} /requests-toolbelt-* .* -info
28
+ %{py_sitedir} /requests_toolbelt
29
+ %{py_sitedir} /requests_toolbelt-* .* -info
32
30
33
31
#--------------------------------------------------------------------
34
32
@@ -41,4 +39,3 @@ some idiosyncracies prevent effective or sane testing on that version.
41
39
%install
42
40
%py_install
43
41
44
-
You can’t perform that action at this time.
0 commit comments