forked from pool/python-biplist
- Drop requires on "python(abi)", RPM does that automatically
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-biplist?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
e12afb80e1
commit
d1355fcee4
@@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-biplist
|
||||
Version: 0.5
|
||||
Release: 0
|
||||
@@ -28,7 +29,7 @@ BuildRequires: python-coverage
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-six
|
||||
BuildRequires: python-six
|
||||
%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()")}
|
||||
%else
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 09:28:21 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Drop requires on "python(abi)", RPM does that automatically
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:26:18 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python3-biplist
|
||||
Version: 0.5
|
||||
Release: 0
|
||||
@@ -25,12 +26,11 @@ Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/b/biplist/biplist-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-coverage
|
||||
BuildRequires: python3-coverage
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-distribute
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-six
|
||||
Requires: python(abi) = %{py3_ver}
|
||||
BuildRequires: python3-six
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user