From d5b9029e3cc59b0dfadb14e9431b4589ac618457 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Oct 24 2016 05:56:21 +0000 Subject: Fixed python2-typing dependency issue --- diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index 50c0f63..04a7fe4 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -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}