mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
13 lines
395 B
Diff
13 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 = {
|