14
0

Accepting request 179940 from devel:languages:python

housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=28
This commit is contained in:
Stephan Kulow
2013-06-19 15:04:05 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 17 12:15:02 UTC 2013 - speilicke@suse.com
- Only require python-argparse on SLE, it's part of Python-2.7
-------------------------------------------------------------------
Fri May 3 10:25:01 UTC 2013 - speilicke@suse.com

View File

@@ -27,9 +27,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse
BuildRequires: python-devel
BuildRequires: python-Jinja2
Requires: python-argparse
Requires: python-Jinja2
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
Requires: python-argparse
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch