aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-23 09:58:18 +0100
committerSam James <sam@gentoo.org>2023-05-23 11:08:50 +0100
commit9817637785ecfa6bf73c2f9f35c877d7fbdf15d0 (patch)
tree765bbc413ec61e0931e3d1c44951ec620b5188d4 /.github
parenttox: add setuptools (diff)
downloadportage-9817637785ecfa6bf73c2f9f35c877d7fbdf15d0.tar.gz
portage-9817637785ecfa6bf73c2f9f35c877d7fbdf15d0.tar.bz2
portage-9817637785ecfa6bf73c2f9f35c877d7fbdf15d0.zip
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@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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