about summary refs log tree commit diff
path: root/gn/packages/patches/python-unittest2-remove-argparse.patch
diff options
context:
space:
mode:
authorpjotrp2026-04-17 14:38:51 +0200
committerpjotrp2026-04-17 14:38:51 +0200
commit035d7e4f06c595e8a42d8ad6cd1ad6e42a21a4f0 (patch)
treef3e96f41742b659e12b06b315db0dd6142c55a34 /gn/packages/patches/python-unittest2-remove-argparse.patch
parentc5a09528fba9e711250888b1515ab4473dc0cea7 (diff)
downloadguix-bioinformatics-035d7e4f06c595e8a42d8ad6cd1ad6e42a21a4f0.tar.gz
Moving patches around so we can use loadpath again
Diffstat (limited to 'gn/packages/patches/python-unittest2-remove-argparse.patch')
-rw-r--r--gn/packages/patches/python-unittest2-remove-argparse.patch11
1 files changed, 0 insertions, 11 deletions
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,