perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / lz4 / patches / 01-lz4-version.patch
blob41db1e583450571c69d496486dc902b2c52aa896
1 While testing we rename the lz4 directory and so setuptools-scm is unable to
2 find the lz4/version.py file causing testing to fail. To avoid that we simply
3 disable setuptools-scm because we do not need it anyway.
5 --- lz4-4.3.3/pyproject.toml.orig
6 +++ lz4-4.3.3/pyproject.toml
7 @@ -1,6 +1,3 @@
8 [build-system]
9 requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2", "pkgconfig"]
10 build-backend = "setuptools.build_meta"
12 -[tool.setuptools_scm]
13 -write_to = "lz4/version.py"
14 \ No newline at end of file