aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-05-31 20:47:55 +0200
committerHarald Welte <laforge@osmocom.org>2023-06-05 20:58:11 +0200
commitd75fa3f7c90541db51127ddff97ccf6c3f03734e (patch)
treeb56154aeb7fb5dcb4a58faf1e119805d3a41de90 /requirements.txt
parent219a5f369c82c5ba266e1e828bd0116fca6f714b (diff)
Switch from pycryptodome to pycryptodomex
So for some weird historical reasons, the same python module is available as pycryptodome (Crypto.* namespace) and pycryptodomex (Cryptodome.* namespace). See the following information on the project homepage: https://www.pycryptodome.org/src/installation To make things extra-weird, Debian choose to package pycryptodomex as python3-pycryptodome (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886291). So in order to support both Debian-packaged and differently-installed packages, let's switch to pycryotodomex on all platforms/installers. Change-Id: I04daed01f51f9702595ef9f9e0d7fcdf1e4adb62
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index fb94472..b12cb4d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,5 +9,5 @@ gsm0338
pyyaml>=5.1
termcolor
colorlog
-pycryptodome
+pycryptodomex
packaging