Skip to content

Commit b4bad13

Browse files
committedMar 9, 2023
fix install
1 parent 6925b07 commit b4bad13

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎python-requests-toolbelt.spec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ BuildRequires: pkgconfig(python3)
1010
BuildRequires: python%{pyver}dist(betamax)
1111
BuildRequires: python%{pyver}dist(pip)
1212
BuildRequires: python%{pyver}dist(pyopenssl)
13-
BuildRequires: python%{pyver}dist(pytest)
1413
BuildRequires: python%{pyver}dist(requests)
1514
BuildRequires: python%{pyver}dist(setuptools)
1615
BuildRequires: python%{pyver}dist(wheel)
@@ -26,9 +25,8 @@ some idiosyncracies prevent effective or sane testing on that version.
2625
%files
2726
%license LICENSE
2827
%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
3230

3331
#--------------------------------------------------------------------
3432

@@ -41,4 +39,3 @@ some idiosyncracies prevent effective or sane testing on that version.
4139
%install
4240
%py_install
4341

44-

0 commit comments

Comments
 (0)
Please sign in to comment.