diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-24 16:07:04 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-24 16:33:27 +0100 |
commit | bed2666d4f02e972e3e46f6acb5c0fe4323e54cc (patch) | |
tree | f156f9c8ba20c8c4ae534f06a6c8e5ad3712347c /testing/libsigrokdecode/python3-embed.patch | |
parent | 21afec0ff47cd85040dce5380a0410a33ceeb679 (diff) | |
download | aports-bed2666d4f02e972e3e46f6acb5c0fe4323e54cc.tar.bz2 aports-bed2666d4f02e972e3e46f6acb5c0fe4323e54cc.tar.xz |
testing/libsigrokdecode: upgrade to 0.5.3
Diffstat (limited to 'testing/libsigrokdecode/python3-embed.patch')
-rw-r--r-- | testing/libsigrokdecode/python3-embed.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/libsigrokdecode/python3-embed.patch b/testing/libsigrokdecode/python3-embed.patch deleted file mode 100644 index eb856cd2a9..0000000000 --- a/testing/libsigrokdecode/python3-embed.patch +++ /dev/null @@ -1,13 +0,0 @@ -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.])]) - |