- Readd argparse requirement for SLE
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=31
This commit is contained in:
parent
780d056a54
commit
b725ee1449
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 10:40:57 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Readd argparse requirement for SLE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 14:24:57 UTC 2014 - speilicke@suse.com
|
Tue Jan 7 14:24:57 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -37,6 +37,8 @@ Requires: python-xml
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
BuildRequires: python-argparse
|
||||||
|
Requires: python-argparse
|
||||||
%{!?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()")}
|
||||||
%else
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user