From 9a6acef77255e2454822fbf758d65e92145fe32a Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Mon, 16 Mar 2015 14:43:47 +0100 Subject: [PATCH] Require the Python 2 version of pykickstart (#1202255) The 'pykickstart' package now pulls in the Python 3 version. --- python-blivet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 75fff0f23..47672224a 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -24,7 +24,7 @@ BuildRequires: python-setuptools Requires: python Requires: python-six -Requires: pykickstart >= %{pykickstartver} +Requires: python-kickstart >= %{pykickstartver} Requires: util-linux >= %{utillinuxver} Requires: python-pyudev Requires: parted >= %{partedver}