From 4c4b59e8c38d8e310f73e219115af0dda8fe9dc1 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Sun, 11 Mar 2018 23:03:42 -0400 Subject: [PATCH] Explicit python2 requires. --- cjdns.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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