mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 01:03:07 +00:00
06a9bb6fe2
Our setup.py imports setuptools which is no longer provided by Python 3.12. It must be installed manually via pip. We did not notice this because the "nodeenv" package listed setuptools in its install_requires, thus providing the dependency for us. Four hours ago nodeenv 1.9.0 was released, and it happened to drop the setuptools dependency. This broke CI. Add an explicit setuptools requirement in our pip command to fix it. Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com> |
||
---|---|---|
.. | ||
ci.yml | ||
dco-check.yml | ||
pull_request.yml | ||
vmtest-build.yml |