mirror of https://github.com/kivy/kivy.git
Install `setuptools` before `sdist` generation, as `setuptools` is not anymore available by default on `3.12` (#8426)
This commit is contained in:
parent
051c4e93da
commit
effc7709b9
|
@ -18,7 +18,7 @@ update_version_metadata() {
|
|||
}
|
||||
|
||||
generate_sdist() {
|
||||
python3 -m pip install cython packaging
|
||||
python3 -m pip install cython packaging setuptools
|
||||
python3 setup.py sdist --formats=gztar
|
||||
python3 -m pip uninstall cython -y
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue