]> git.pld-linux.org Git - packages/alsa-lib.git/commitdiff
- keep python<3.8 support
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Nov 2019 20:01:19 +0000 (21:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Nov 2019 20:01:19 +0000 (21:01 +0100)
alsa-lib.spec

index dedcdf63bed1b1293cb4c871873d399f57d4db8b..e933276f007997b56c0b4a885f450dd2b60721e8 100644 (file)
@@ -196,7 +196,9 @@ Moduł wiązania Pythona dla interfejsu miksera architektury ALSA.
 
 %prep
 %setup -q
+%if %{without python2} && "%{py3_ver}" >= "3.8"
 %patch0 -p1
+%endif
 cp -p %{SOURCE3} src/conf
 
 %build
This page took 0.026634 seconds and 4 git commands to generate.