14
0

Python3 moved to devel:languages:python3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-git?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2013-06-17 12:53:57 +00:00
committed by Git OBS Bridge
parent 6d0908f6ae
commit 4e7a720c40
3 changed files with 2 additions and 114 deletions

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define mod_name setuptools-git
%define build_for_python3 0
@@ -29,7 +30,7 @@ Source: http://pypi.python.org/packages/source/s/setuptools-git/setuptoo
%if %{build_for_python3}
BuildRequires: python
BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildRequires: python3-distribute
Requires: python
BuildArch: noarch
%else