This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a commit to branch 4.22.1.0-backport-docker-fix
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.22.1.0-backport-docker-fix
by this push:
new 9b8706d0ef3 marvin: use pycryptodome instead of PyCrypt (#13594)
9b8706d0ef3 is described below
commit 9b8706d0ef35917515fec362945cecf609141a9c
Author: Wei Zhou <[email protected]>
AuthorDate: Mon Jul 13 09:40:20 2026 +0200
marvin: use pycryptodome instead of PyCrypt (#13594)
---
tools/marvin/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index 66eb3211167..70fd629b548 100644
--- a/tools/marvin/setup.py
+++ b/tools/marvin/setup.py
@@ -57,7 +57,7 @@ setup(name="Marvin",
"ipmisim >= 0.7",
"pytz",
"retries",
- "PyCrypt",
+ "pycryptodome",
"kubernetes",
"urllib3",
"setuptools >= 40.3.0"