`Generate-sdist` needs `packaging` as a dependency (#8217)

This commit is contained in:
Mirko Galimberti 2023-04-23 10:02:55 +02:00 committed by GitHub
parent 0fc8c678eb
commit e24c1962ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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