Enable python dependency generator
References: https://fedoraproject.org/wiki/Changes/EnablingPythonGeneratorsByDefault Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2b45136140
commit
11d4cae80e
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
%global srcname nixio
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.4.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python bindings for NIX
|
||||
|
||||
License: BSD
|
||||
|
|
@ -30,7 +31,6 @@ Summary: %{summary}
|
|||
BuildRequires: python3-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: %{py3_dist pytest numpy h5py pytest-runner}
|
||||
Requires: %{py3_dist numpy h5py}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
|
|
@ -85,6 +85,9 @@ done
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jan 15 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.9-2
|
||||
- Enable python dependency generator
|
||||
|
||||
* Sat Jan 12 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.4.9-1
|
||||
- Update to 1.4.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue