14
0

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2013-10-24 11:11:49 +00:00
committed by Git OBS Bridge
parent 3899679b4c
commit ccec124ae3
2 changed files with 9 additions and 3 deletions

View File

@@ -13,18 +13,19 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-PyGithub
Version: 1.13.1
Release: 0
License: LGPL-3.0+
Summary: Use the full Github API v3
Url: http://jacquev6.github.com/PyGithub
License: LGPL-3.0+
Group: Development/Languages/Python
Url: http://jacquev6.github.com/PyGithub
Source: http://pypi.python.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}