From 0552431d204266b5f7ea6bfccf5efc8b15183f9e Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 18 Oct 2023 12:24:58 -0700 Subject: [PATCH] Ban setuptools submodule that is no longer needed The submodule's function is now incorporated into setuptools so banlist it. Signed-off-by: William Douglas --- autospec/buildreq.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autospec/buildreq.py b/autospec/buildreq.py index 33508f76..3907b9cc 100644 --- a/autospec/buildreq.py +++ b/autospec/buildreq.py @@ -293,7 +293,8 @@ def __init__(self, url): "configparser", "setuptools_scm[toml]", "typing", - "ipaddress"]) + "ipaddress", + "pypi(setuptools_scm_git_archive)"]) self.autoreconf_reqs = ["gettext-bin", "automake-dev", "automake",