summaryrefslogtreecommitdiff
path: root/dev-python/clint/files
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-13 17:14:10 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-13 17:27:28 +0200
commit70179bc700bc1a3154f85ad8a5bbb829661a4f0d (patch)
treedf1ac615efcaa07c45699374d2382ee230b5ac91 /dev-python/clint/files
parent3a729a812f822bcfffca043f88f559b550b8d0be (diff)
downloadgentoo-70179bc700bc1a3154f85ad8a5bbb829661a4f0d.tar.gz
gentoo-70179bc700bc1a3154f85ad8a5bbb829661a4f0d.tar.bz2
gentoo-70179bc700bc1a3154f85ad8a5bbb829661a4f0d.zip
dev-python/clint: remove dependency on bundled package
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/clint/files')
-rw-r--r--dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch b/dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch
new file mode 100644
index 000000000000..8b648dbc735d
--- /dev/null
+++ b/dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch
@@ -0,0 +1,19 @@
+commit e12338aa8f317c6f7e99fc2f4c2dc9424299b4ab
+Author: Louis Sautier <sautier.louis@gmail.com>
+Date: Sun Sep 13 16:54:20 2020 +0200
+
+ Do not require bundled args module
+
+diff --git a/setup.py b/setup.py
+index 0221184..e9e3fa5 100755
+--- a/setup.py
++++ b/setup.py
+@@ -19,7 +19,7 @@ if sys.argv[-1] == "publish":
+ publish()
+ sys.exit()
+
+-required = ['args']
++required = ['']
+
+ setup(
+ name='clint',