mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
14 lines
395 B
Diff
14 lines
395 B
Diff
diff --git a/setup.py b/setup.py
|
|
index c91c719..ceec2ff 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -30,7 +30,7 @@ else:
|
|
from Cython.Build import cythonize
|
|
|
|
ext_modules = cythonize(
|
|
- ["dns/*.py", "dns/rdtypes/*.py", "dns/rdtypes/*/*.py"], language_level="3"
|
|
+ ["dns/*.py", "dns/quic/*.py", "dns/rdtypes/*.py", "dns/rdtypes/*/*.py"], language_level="3"
|
|
)
|
|
|
|
kwargs = {
|