Explicit python2 requires.

This commit is contained in:
Stuart D. Gathman 2018-03-11 23:03:42 -04:00
parent 0498551c3f
commit 4c4b59e8c3
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ Provides: %{name}-python = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python tools for cjdns
Group: System Environment/Base
Requires: python, %{name} = %{version}-%{release}
Requires: python2, %{name} = %{version}-%{release}
BuildArch: noarch
%description -n python2-cjdns
@ -185,7 +185,7 @@ Python tools for cjdns.
%package graph
Summary: Python tools for cjdns
Group: System Environment/Base
Requires: %{name}-python = %{version}-%{release}, python-networkx
Requires: python2-%{name} = %{version}-%{release}, python2-networkx
BuildArch: noarch
%description graph