summaryrefslogtreecommitdiff
path: root/python3-dephell-venvs/py39.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python3-dephell-venvs/py39.patch')
-rw-r--r--python3-dephell-venvs/py39.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/python3-dephell-venvs/py39.patch b/python3-dephell-venvs/py39.patch
deleted file mode 100644
index 7f81760fc..000000000
--- a/python3-dephell-venvs/py39.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 1dbd550b3481fa597a3a43d1ab5b1d8aab776085 Mon Sep 17 00:00:00 2001
-From: Gram <master_fess@mail.ru>
-Date: Mon, 26 Oct 2020 08:16:35 +0100
-Subject: [PATCH] update for 3.9 support
-
----
- dephell_venvs/_builder.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/dephell_venvs/_builder.py b/dephell_venvs/_builder.py
-index 4775c8e..f773b3f 100644
---- a/dephell_venvs/_builder.py
-+++ b/dephell_venvs/_builder.py
-@@ -21,6 +21,7 @@ class VEnvBuilder(EnvBuilder):
- symlinks = attr.ib(type=bool, default=False)
- upgrade = attr.ib(type=bool, default=False)
- with_pip = attr.ib(type=bool, default=False)
-+ upgrade_deps = attr.ib(type=bool, default=False)
-
- prompt = attr.ib(type=str, default=None)
- python = attr.ib(type=Optional[str], default=None) # path to the python interpreter

Generated by cgit