From 0a44b2253322be666bf1355b50228ef31175b841 Mon Sep 17 00:00:00 2001
From: parmentelat <thierry.parmentelat@inria.fr>
Date: Wed, 12 Dec 2018 15:08:15 +0100
Subject: [PATCH] remove more refs to python2

---
 myplc.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/myplc.spec b/myplc.spec
index b9e12ba..425f53d 100644
--- a/myplc.spec
+++ b/myplc.spec
@@ -71,7 +71,7 @@ Requires: plewww
 # this technically is a plcapi dependency
 # but it's simpler here for chosing which
 %if "%{distro}" == "Fedora" && %{distrorelease} >= 29
-Requires: python2-mod_wsgi
+Requires: python3-mod_wsgi
 %else
 Requires: mod_wsgi
 %endif
@@ -93,7 +93,7 @@ Requires: expect
 Requires: php-pgsql
 Requires: curl
 Requires: rsync
-Requires: python-devel
+Requires: python3-devel
 Requires: dnf
 #Requires: PyXML
 Requires: cpio
@@ -122,7 +122,7 @@ package, like bootcd, nodeimage, or bootmanager.
 
 Summary: PlanetLab Central (PLC) configuration python module
 Group: Applications/Systems
-Requires: python
+Requires: python3
 
 %description config
 This package provides the Python module to configure MyPLC.
-- 
2.47.0