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:
Alessandro Barbieri
2022-03-26 16:13:43 +01:00
parent 0998e73960
commit 5c47357f11
2 changed files with 12 additions and 0 deletions

View 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

View File

@@ -95,6 +95,7 @@ BDEPEND="
"
QA_FLAGS_IGNORED=".*"
PATCHES=( "${FILESDIR}/${P}-no-strip.patch" )
distutils_enable_tests pytest