[packages/alsa-lib] - keep python<3.8 support
qboosh
qboosh at pld-linux.org
Mon Nov 18 21:01:04 CET 2019
commit 6049f429493e65a5a678f3232b49441520fe45ef
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Nov 18 21:01:19 2019 +0100
- keep python<3.8 support
alsa-lib.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/alsa-lib.spec b/alsa-lib.spec
index dedcdf6..e933276 100644
--- a/alsa-lib.spec
+++ b/alsa-lib.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/alsa-lib.git/commitdiff/6049f429493e65a5a678f3232b49441520fe45ef
More information about the pld-cvs-commit
mailing list