diff --git a/python-stuf.spec b/python-stuf.spec index 3112a0d..60bb906 100644 --- a/python-stuf.spec +++ b/python-stuf.spec @@ -1,11 +1,11 @@ +%{?python_enable_dependency_generator} %global modname stuf Name: python-stuf Version: 0.9.16 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Fancy python dictionary types -Group: Development/Libraries License: BSD URL: http://pypi.python.org/pypi/stuf Source0: https://pypi.python.org/packages/source/s/%{modname}/%{modname}-%{version}.tar.gz @@ -13,9 +13,6 @@ Source0: https://pypi.python.org/packages/source/s/%{modname}/%{modna BuildArch: noarch -BuildRequires: python3-devel -BuildRequires: python3-setuptools - %description A collection of Python dictionary types that support attribute-style access. Includes *defaultdict*, *OrderedDict*, restricted, *ChainMap*, @@ -25,8 +22,8 @@ writing Python software. %package -n python3-%{modname} Summary: Fancy python dictionary types %{?python_provide:%python_provide python3-%{modname}} - -Requires: python3-parse +BuildRequires: python3-devel +BuildRequires: python3-setuptools %description -n python3-%{modname} A collection of Python dictionary types that support attribute-style @@ -37,10 +34,6 @@ writing Python software. %prep %autosetup -n %{modname}-%{version} -# Make this egg-level requirement less specific for EPEL7. -# https://bugzilla.redhat.com/show_bug.cgi?id=1335144#c13 -sed -i 's/parse>=1.6.6/parse/g' reqs/requires.txt - # Remove upstreams egg info rm -rf *.egg* @@ -60,6 +53,9 @@ rm -rf %{buildroot}%{python3_sitelib}/tests/ %{python3_sitelib}/%{modname}-%{version}-* %changelog +* Fri Jan 11 2019 Igor Gnatenko - 0.9.16-17 +- Enable python dependency generator + * Mon Jan 07 2019 Miro HronĨok - 0.9.16-16 - Subpackage python2-stuf has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal