From 94f0e995b2c4f1abc9a468a9c9b69376e45426da 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 33508f7..3907b9c 100644 --- a/autospec/buildreq.py +++ b/autospec/buildreq.py @@ -293,7 +293,8 @@ class Requirements(object): "configparser", "setuptools_scm[toml]", "typing", - "ipaddress"]) + "ipaddress", + "pypi(setuptools_scm_git_archive)"]) self.autoreconf_reqs = ["gettext-bin", "automake-dev", "automake",