From: parmentelat Date: Wed, 12 Dec 2018 14:08:15 +0000 (+0100) Subject: remove more refs to python2 X-Git-Tag: myplc-7.0-0~15 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=0a44b2253322be666bf1355b50228ef31175b841 remove more refs to python2 --- 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.