commit: 9817637785ecfa6bf73c2f9f35c877d7fbdf15d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 08:58:18 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=98176377
CI: add setuptools
Needed for >= Python 3.12 which drops distutils. This is the
codepath we're using in Gentoo anyway.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 29a5a60c1..c17e74e91 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip
- python -m pip install tox tox-gh-actions
+ python -m pip install tox tox-gh-actions setuptools
- name: Test ./setup.py install --root=/tmp/install-root
run: |
printf "[build_ext]\nportage_ext_modules=true" >> setup.cfg