mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-22 23:47:08 +00:00
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:
committed by
Matthew Johnson
parent
9132e1b995
commit
e144e264f3
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user