From 77d81aa4a3747b7dfbb17e43b16e1a514550c60c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Dec 2019 20:18:01 +0300 Subject: Import python3.8 (3.8.0-5) --- debian/patches/mangle-fstack-protector.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/patches/mangle-fstack-protector.diff') diff --git a/debian/patches/mangle-fstack-protector.diff b/debian/patches/mangle-fstack-protector.diff index 35384c7..ac09d47 100644 --- a/debian/patches/mangle-fstack-protector.diff +++ b/debian/patches/mangle-fstack-protector.diff @@ -10,8 +10,8 @@ +import fnmatch from .errors import DistutilsPlatformError - -@@ -216,6 +217,10 @@ def customize_compiler(compiler): + from .util import get_platform, get_host_platform +@@ -214,6 +215,10 @@ def customize_compiler(compiler): cc = newcc if 'CXX' in os.environ: cxx = os.environ['CXX'] -- cgit v1.2.3