Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-11-27 16:44:30 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-11-27 22:35:20 +0300
commitb29572138be5126ec96564ea8f0350cb58cd1840 (patch)
tree74f305286097e0bb4089add14d8f2313b838d169 /win/dev_env.sh
parent8da84be4c16bf26c34fa48dc22e520b684895ab4 (diff)
change: Dependencies: Remove pyOpenSSL, add python-cryptography
Diffstat (limited to 'win/dev_env.sh')
-rw-r--r--win/dev_env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/dev_env.sh b/win/dev_env.sh
index f22f4e6be..f29f1edc7 100644
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -15,7 +15,6 @@ function main {
mingw-w64-x86_64-python-setuptools-scm \
mingw-w64-x86_64-python-cryptography \
mingw-w64-x86_64-python-certifi \
- mingw-w64-x86_64-python-pyopenssl \
mingw-w64-x86_64-python-pillow \
mingw-w64-x86_64-python-six \
mingw-w64-x86_64-python-pygments \