mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
pyproject.toml: running setup.py also requires Cython
This commit is contained in:
parent
4df8255e62
commit
30c145ec53
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "pkgconfig"]
|
requires = ["setuptools", "pkgconfig", "Cython!=0.27"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
Loading…
Reference in a new issue