Fixed python2-typing dependency issue

This commit is contained in:
Chandan Kumar 2016-10-24 11:26:21 +05:30
parent c9bcacddcc
commit d5b9029e3c

View File

@ -31,7 +31,7 @@ Summary: YAML 1.2 loader/dumper package for Python
%{?python_provide:%python_provide python2-%{pypi_name}}
Requires: python-ruamel-ordereddict
Requires: python-typing
Requires: python2-typing
Requires: python-setuptools
%description -n python2-%{pname}
@ -44,7 +44,6 @@ Summary: YAML 1.2 loader/dumper package for Python
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires: python3-ruamel-ordereddict
Requires: python3-typing
Requires: python3-setuptools
%description -n python3-%{pname}