gentoo-ebuilds/dev-python/pylsqpack/files/pylsqpack-0.3.20-unbundle.patch
Michał Górny c488910c23
dev-python/pylsqpack: Unbundle dev-libs/ls-qpack
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-04-07 08:42:48 +02:00

15 lines
455 B
Diff

diff --git a/setup.py b/setup.py
index 03fc754..286eab7 100644
--- a/setup.py
+++ b/setup.py
@@ -35,9 +35,8 @@ setuptools.setup(
py_limited_api=True,
sources=[
"src/pylsqpack/binding.c",
- "vendor/ls-qpack/lsqpack.c",
- "vendor/ls-qpack/deps/xxhash/xxhash.c",
],
+ libraries=["ls-qpack"],
),
],
cmdclass={"bdist_wheel": bdist_wheel_abi3},