mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/orjson: do not strip
Closes: https://bugs.gentoo.org/835895 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
11
dev-python/orjson/files/orjson-3.6.7-no-strip.patch
Normal file
11
dev-python/orjson/files/orjson-3.6.7-no-strip.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
@@ -95,6 +95,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORED=".*"
|
||||
PATCHES=( "${FILESDIR}/${P}-no-strip.patch" )
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user