commit: 3e78b720263672b496b9c396a6edcc0d4e03b7af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 08:55:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:08:50 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3e78b720
tox: add setuptools
Needed for Python 3.12.
Signed-off-by: Sam James <sam <AT> gentoo.org>
tox.ini | 1 +
1 file changed, 1 insertion(+)
diff --git a/tox.ini b/tox.ini
index d8b84c80a..0c668cdc8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,7 @@ TARGET =
[testenv]
deps =
+ setuptools
pylint: pylint
test: pyyaml
setenv =