commit f5356890843e567487f28ff5bbb9682171b575d8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Aug 24 19:33:39 2019 +0100
tweak patch for python-3.8
37-python-3.7-support.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/37-python-3.7-support.patch b/37-python-3.7-support.patch
index 51d2cd1..0576d01 100644
--- a/37-python-3.7-support.patch
+++ b/37-python-3.7-support.patch
@@ -11,7 +11,7 @@ This patch header follows DEP-3:
http://dep.debian.net/deps/dep3/
EOF
found=
- SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4
python3.4m python3.5 python3.5m python3.6 python3.6m"
-+ SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4
python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m"
++ SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4
python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8
python3.8m"
for p in $PYTHONDIR; do
for d in $SUPPYTHONLIBS; do
for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do