Skip to content

Commit 4e697f0

Browse files
blucappisar
authored andcommitted
spec: drop dependency on python-six
1 parent ffe3b13 commit 4e697f0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

fedora/libmodulemd.spec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ more details.
5656
Summary: Python 2 bindings for %{name}
5757
Requires: %{name}%{?_isa} = %{version}-%{release}
5858
Requires: python-gobject-base
59-
Requires: python-six
6059

6160
%description -n python2-%{name}
6261
Python 2 bindings for %{name}
@@ -68,13 +67,6 @@ Summary: Python 3 bindings for %{name}
6867
Requires: %{name}%{?_isa} = %{version}-%{release}
6968
Requires: python%{python3_pkgversion}-gobject-base
7069

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-
7870
%description -n python%{python3_pkgversion}-%{name}
7971
Python %{python3_pkgversion} bindings for %{name}
8072

0 commit comments

Comments
 (0)