1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00

testing/libsigrokdecode: rebuild against python 3.8

and fix the .pc version
This commit is contained in:
Natanael Copa 2019-11-04 11:52:33 +00:00
parent b5840473cc
commit 171f6d3388
3 changed files with 40 additions and 7 deletions

View file

@ -0,0 +1,13 @@
diff --git a/configure.ac b/configure.ac
index 56f01a2..c661c63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ SR_PKG_CHECK_SUMMARY([srd_pkglibs_summary])
# Python 3 is always needed.
SR_PKG_CHECK([python3], [SRD_PKGLIBS],
- [python3 >= 3.2], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2])
+ [python3-embed], [python3 >= 3.2], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2])
AS_IF([test "x$sr_have_python3" = xno],
[AC_MSG_ERROR([Cannot find Python 3 development headers.])])