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
4fab02db4a
commit
4b123054fc
@ -1,7 +1,8 @@
|
||||
%{?python_enable_dependency_generator}
|
||||
%global srcname justbases
|
||||
Name: python-%{srcname}
|
||||
Version: 0.9
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: A small library for precise conversion between arbitrary bases
|
||||
|
||||
License: GPLv2+
|
||||
@ -21,8 +22,6 @@ Summary: A small library for precise conversion between arbitrary bases
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
Requires: python3-six
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
A small library for precise conversion between arbitrary bases and native
|
||||
Python numbers.
|
||||
@ -44,6 +43,9 @@ rm -rf justbases.egg-info
|
||||
%{python3_sitelib}/justbases-%{version}-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Jan 02 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9-9
|
||||
- Enable python dependency generator
|
||||
|
||||
* Wed Jan 02 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9-8
|
||||
- Subpackage python2-justbases has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||
|
Loading…
Reference in New Issue
Block a user