Skip to content

Commit

Permalink
Ban setuptools submodule that is no longer needed
Browse files Browse the repository at this point in the history
The submodule's function is now incorporated into setuptools so
banlist it.

Signed-off-by: William Douglas <[email protected]>
  • Loading branch information
bryteise committed Oct 18, 2023
1 parent f032afc commit 0552431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autospec/buildreq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0552431

Please sign in to comment.