diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/clint/files | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/clint/files')
| -rw-r--r-- | dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch | 19 |
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', |
