diff --git a/pydot.spec b/pydot.spec index 97a508c..35a07fa 100644 --- a/pydot.spec +++ b/pydot.spec @@ -1,3 +1,4 @@ +%{?python_enable_dependency_generator} %global common_desc \ An interface for creating both directed and non directed graphs from Python. \ Currently all attributes implemented in the Dot language are supported (up \ @@ -10,7 +11,7 @@ tools dot, neato, twopi. Name: pydot Version: 1.2.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python interface to Graphviz's Dot language License: MIT @@ -27,13 +28,13 @@ BuildArch: noarch Summary: Python3 interface to Graphviz's Dot language BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3dist(chardet) BuildRequires: python3dist(nose) BuildRequires: python3dist(pyparsing) BuildRequires: python3dist(setuptools) Requires: graphviz -Requires: python3dist(pyparsing) Provides: pydot = %{version}-%{release} %{?python_provide:%python_provide python3-pydot} @@ -55,7 +56,7 @@ Provides: pydot = %{version}-%{release} %check -nosetests-%{python3_version} +nosetests-%{python3_version} -v %files -n python3-pydot %doc ChangeLog README.md @@ -68,6 +69,9 @@ nosetests-%{python3_version} %changelog +* Tue Jan 15 2019 Igor Gnatenko - 1.2.4-5 +- Enable python dependency generator + * Mon Jan 14 2019 Miro HronĨok - 1.2.4-4 - Subpackage python2-pydot has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal