From 4c4b59e8c38d8e310f73e219115af0dda8fe9dc1 Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Mar 12 2018 03:03:42 +0000 Subject: Explicit python2 requires. --- diff --git a/cjdns.spec b/cjdns.spec index 0c0828d..6a36c59 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -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