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
path: root/win
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
parent8da84be4c16bf26c34fa48dc22e520b684895ab4 (diff)
change: Dependencies: Remove pyOpenSSL, add python-cryptography
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh2
-rw-r--r--win/dev_env.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/win/_base.sh b/win/_base.sh
index dd21caaab..ac5364413 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -98,7 +98,7 @@ function install_deps {
mingw-w64-"${ARCH}"-python-setuptools \
mingw-w64-"${ARCH}"-python-pillow \
mingw-w64-"${ARCH}"-python-setuptools-scm \
- mingw-w64-"${ARCH}"-python-pyopenssl \
+ mingw-w64-"${ARCH}"-python-cryptography \
mingw-w64-"${ARCH}"-python-certifi \
mingw-w64-"${ARCH}"-python-six \
mingw-w64-"${ARCH}"-python-pygments \
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 \