From c3a5bbf60704240f5d25ff243d2f2d4e68b25d68 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 9 Nov 2021 22:17:17 -0800 Subject: [PATCH] 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 --- autospec/buildreq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autospec/buildreq.py b/autospec/buildreq.py index 0f249ff..e0322f6 100644 --- a/autospec/buildreq.py +++ b/autospec/buildreq.py @@ -298,6 +298,7 @@ class Requirements(object): "libxml2No-python", "futures", "configparser", + "setuptools_scm[toml]", "typing", "ipaddress"]) self.autoreconf_reqs = ["gettext-bin",