Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca181ea14e | ||
|
|
fae896e5ee | ||
|
|
79e36b0775 | ||
|
|
97149a4b2f | ||
|
|
8afe421f38 |
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
%else
|
%else
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
|
||||||
%endif
|
%endif
|
||||||
|
# Turn off the brp-python-bytecompile script
|
||||||
|
#%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
@ -24,6 +25,7 @@ Patch2: python-requests-system-urllib3.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
|
||||||
BuildRequires: python-chardet
|
BuildRequires: python-chardet
|
||||||
BuildRequires: python-urllib3
|
BuildRequires: python-urllib3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue