Files
guru/dev-python/orjson/files/orjson-3.6.7-no-strip.patch
Alessandro Barbieri 5c47357f11 dev-python/orjson: do not strip
Closes: https://bugs.gentoo.org/835895
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-03-26 16:16:37 +01:00

12 lines
183 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
[tool.maturin]
sdist-include = ["build.rs", "Cargo.lock"]
-strip = true
+strip = false
[tool.black]
line-length = 88