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",