- 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:
Sascha Peilicke 2014-01-08 10:41:16 +00:00 committed by Git OBS Bridge
parent 780d056a54
commit b725ee1449
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -37,6 +37,8 @@ Requires: python-xml
Requires(post): update-alternatives
Requires(postun): update-alternatives
%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()")}
%else
BuildArch: noarch