OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipaddr?expand=0&rev=10
This commit is contained in:
parent
5765defa00
commit
2c15dc38f5
@ -5,7 +5,7 @@ Version: 2.1.9
|
||||
Release: 1
|
||||
Summary: Python IP address manipulation library
|
||||
Group: Development/Libraries/Python
|
||||
License: Apache 2.0
|
||||
License: Apache License, Version 2.0
|
||||
URL: http://code.google.com/p/ipaddr-py/
|
||||
Source0: http://ipaddr-py.googlecode.com/files/ipaddr-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
|
||||
@ -15,12 +15,12 @@ BuildRequires: fdupes
|
||||
%endif
|
||||
%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1130
|
||||
# py_requires is no longer needed since 11.3
|
||||
%{py_requires} -d
|
||||
%py_requires -d
|
||||
%else
|
||||
%if 0%{?suse_version}
|
||||
Requires: python-base = %{py_ver}
|
||||
%else
|
||||
BuildRequires: python-devel
|
||||
BuildRequires:
|
||||
Requires: python
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user