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/lib-argparse.diff | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'debian/patches/lib-argparse.diff') diff --git a/debian/patches/lib-argparse.diff b/debian/patches/lib-argparse.diff index 28856ff..883bbc6 100644 --- a/debian/patches/lib-argparse.diff +++ b/debian/patches/lib-argparse.diff @@ -1,11 +1,9 @@ # DP: argparse.py: Make the gettext import conditional -Index: b/Lib/argparse.py -=================================================================== --- a/Lib/argparse.py +++ b/Lib/argparse.py -@@ -87,7 +87,16 @@ import os as _os - import re as _re +@@ -89,7 +89,16 @@ import re as _re + import shutil as _shutil import sys as _sys -from gettext import gettext as _, ngettext -- cgit v1.2.3