BR python-setuptools.
This commit is contained in:
parent
180205f797
commit
6dd67bd9e6
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 1.9
|
Version: 1.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Creates and Manipulates Graphs and Networks
|
Summary: Creates and Manipulates Graphs and Networks
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -47,6 +47,7 @@ BuildRequires: python-decorator
|
|||||||
BuildRequires: PyYAML
|
BuildRequires: PyYAML
|
||||||
BuildRequires: scipy
|
BuildRequires: scipy
|
||||||
BuildRequires: pyparsing
|
BuildRequires: pyparsing
|
||||||
|
BuildRequires: python-setuptools
|
||||||
%if 0%{?rhel} == 6
|
%if 0%{?rhel} == 6
|
||||||
BuildRequires: python-nose1.1
|
BuildRequires: python-nose1.1
|
||||||
%else
|
%else
|
||||||
@ -113,6 +114,7 @@ BuildRequires: python3-decorator
|
|||||||
BuildRequires: python3-PyYAML
|
BuildRequires: python3-PyYAML
|
||||||
BuildRequires: python3-scipy
|
BuildRequires: python3-scipy
|
||||||
BuildRequires: python3-pyparsing
|
BuildRequires: python3-pyparsing
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-decorator
|
Requires: python3-decorator
|
||||||
Requires: python3-PyYAML
|
Requires: python3-PyYAML
|
||||||
Requires: python3-scipy
|
Requires: python3-scipy
|
||||||
@ -294,6 +296,9 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 10 2014 Jerry James <loganjerry@gmail.com> - 1.9-2
|
||||||
|
- BR python-setuptools
|
||||||
|
|
||||||
* Tue Jul 8 2014 Jerry James <loganjerry@gmail.com> - 1.9-1
|
* Tue Jul 8 2014 Jerry James <loganjerry@gmail.com> - 1.9-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Drop upstreamed -test-rounding-fix patch
|
- Drop upstreamed -test-rounding-fix patch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user