mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-19 13:36:41 +00:00
buildreq: Always ban setuptools_scm[toml]
This is a pyprojectism that we don't need to worry about, we'll always have the toml bits needed with our python version. Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
committed by
William Douglas
parent
46573f1035
commit
c3a5bbf607
@@ -298,6 +298,7 @@ class Requirements(object):
|
||||
"libxml2No-python",
|
||||
"futures",
|
||||
"configparser",
|
||||
"setuptools_scm[toml]",
|
||||
"typing",
|
||||
"ipaddress"])
|
||||
self.autoreconf_reqs = ["gettext-bin",
|
||||
|
||||
Reference in New Issue
Block a user