mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-02 21:25:26 +00:00
relax Cython requirement
0.27 was broken, but it will install the latest release anyway now.
This commit is contained in:
parent
9642ace953
commit
f930fe3f26
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "pkgconfig", "Cython!=0.27", "setuptools_scm[toml]>=6.2"]
|
||||
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
Loading…
Reference in a new issue