Drop legacypython requires always

As part of moving away from python2, no longer keep legacypython
subpackages as part of the autorequires of the base package.
This commit is contained in:
William Douglas
2018-05-22 20:59:48 +00:00
committed by Matthew Johnson
parent 9132e1b995
commit e144e264f3
+1 -1
View File
@@ -190,7 +190,7 @@ class Specfile(object):
if pkg == "autostart" and self.no_autostart:
continue
if pkg in ["ignore", "main", "dev", "active-units", "extras",
"lib32", "dev32"]:
"lib32", "dev32", "legacypython"]:
continue
self._write("Requires: {}-{}\n".format(self.name, pkg))