We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe3b13 commit 4e697f0Copy full SHA for 4e697f0
1 file changed
fedora/libmodulemd.spec
@@ -56,7 +56,6 @@ more details.
56
Summary: Python 2 bindings for %{name}
57
Requires: %{name}%{?_isa} = %{version}-%{release}
58
Requires: python-gobject-base
59
-Requires: python-six
60
61
%description -n python2-%{name}
62
Python 2 bindings for %{name}
@@ -68,13 +67,6 @@ Summary: Python 3 bindings for %{name}
68
67
69
Requires: python%{python3_pkgversion}-gobject-base
70
71
-%if (0%{?rhel} && 0%{?rhel} <= 7)
72
-# The py3_dist macro on EPEL 7 doesn't work right at the moment
73
-Requires: python3.6dist(six)
74
-%else
75
-Requires: %{py3_dist six}
76
-%endif
77
-
78
%description -n python%{python3_pkgversion}-%{name}
79
Python %{python3_pkgversion} bindings for %{name}
80
0 commit comments