mirror of https://github.com/kivy/kivy.git
`Generate-sdist` needs `packaging` as a dependency (#8217)
This commit is contained in:
parent
0fc8c678eb
commit
e24c1962ea
|
@ -24,7 +24,7 @@ function Update-version-metadata {
|
|||
}
|
||||
|
||||
function Generate-sdist {
|
||||
python -m pip install cython
|
||||
python -m pip install cython packaging
|
||||
python setup.py sdist --formats=gztar
|
||||
python setup.py bdist_wheel --build_examples --universal
|
||||
python -m pip uninstall cython -y
|
||||
|
|
Loading…
Reference in New Issue