mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 14:49:03 -04:00
backport(1.4): build: require setuptools>=78.1.1 to address GHSA-5rjg-fvgr-3xxf (backport of #9045)
This commit is contained in:
parent
edb758e8f7
commit
0069ce1f2d
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ where = ["src"]
|
|||
"*" = ["*.c", "*.h", "*.pyx"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=77.0.0", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython>=3.0.3"]
|
||||
requires = ["setuptools>=78.1.1", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython>=3.0.3"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
setuptools>=77.0.0
|
||||
setuptools>=78.1.1
|
||||
setuptools_scm>=8
|
||||
pip
|
||||
virtualenv
|
||||
|
|
|
|||
Loading…
Reference in a new issue