You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-lz4/SOURCES/python-lz4-deps.patch

14 lines
545 B

diff -up lz4-4.3.2/pyproject.toml.deps lz4-4.3.2/pyproject.toml
--- lz4-4.3.2/pyproject.toml.deps 2022-12-30 15:39:59.000000000 -0700
+++ lz4-4.3.2/pyproject.toml 2023-01-02 20:50:14.039470428 -0700
@@ -1,6 +1,6 @@
[build-system]
-requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2", "pkgconfig"]
+requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6", "pkgconfig"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
-write_to = "lz4/version.py"
\ No newline at end of file
+write_to = "lz4/version.py"