From 035d7e4f06c595e8a42d8ad6cd1ad6e42a21a4f0 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Fri, 17 Apr 2026 14:38:51 +0200 Subject: Moving patches around so we can use loadpath again --- gn/packages/patches/python-unittest2-remove-argparse.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 gn/packages/patches/python-unittest2-remove-argparse.patch (limited to 'gn/packages/patches/python-unittest2-remove-argparse.patch') diff --git a/gn/packages/patches/python-unittest2-remove-argparse.patch b/gn/packages/patches/python-unittest2-remove-argparse.patch deleted file mode 100644 index c967387..0000000 --- a/gn/packages/patches/python-unittest2-remove-argparse.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py 2017-09-12 01:22:06.273997788 +0200 -+++ b/setup.py 2017-09-12 01:22:14.297918757 +0200 -@@ -57,7 +57,7 @@ - # Both install and setup requires - because we read VERSION from within the - # package, and the package also exports all the APIs. - # six for compat helpers --REQUIRES = ['argparse', 'six>=1.4', 'traceback2'], -+REQUIRES = ['six>=1.4', 'traceback2'], - - params = dict( - name=NAME, -- cgit 1.4.1