summaryrefslogtreecommitdiff
path: root/dev-python/pipenv/files/pipenv-2021-5-29-r2-remove-colorama-vendor-import.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pipenv/files/pipenv-2021-5-29-r2-remove-colorama-vendor-import.patch')
-rw-r--r--dev-python/pipenv/files/pipenv-2021-5-29-r2-remove-colorama-vendor-import.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pipenv/files/pipenv-2021-5-29-r2-remove-colorama-vendor-import.patch b/dev-python/pipenv/files/pipenv-2021-5-29-r2-remove-colorama-vendor-import.patch
new file mode 100644
index 000000000000..5c50788d0320
--- /dev/null
+++ b/dev-python/pipenv/files/pipenv-2021-5-29-r2-remove-colorama-vendor-import.patch
@@ -0,0 +1,18 @@
+diff --git a/pipenv/patched/crayons.py b/pipenv/patched/crayons.py
+index d7644a21..19b0d695 100644
+--- a/pipenv/patched/crayons.py
++++ b/pipenv/patched/crayons.py
+@@ -13,7 +13,7 @@ import re
+ import sys
+
+ from pipenv.vendor import shellingham
+-from pipenv.vendor import colorama
++import colorama
+
+ PY3 = sys.version_info[0] >= 3
+
+Submodule tests/pypi f5530013..1881ecb4 (rewind):
+ < Update setuptools version
+ < Add sha256 checksum files
+ < Update url reference
+ < Add pep 508 subdirectory fixtures