This is an automated email from the ASF dual-hosted git repository.

weizhouapache pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c0a3e14992 marvin: use pycryptodome instead of PyCrypt (#13594)
4c0a3e14992 is described below

commit 4c0a3e14992ecf6412b064f34f2ce7d84e94e584
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 eb97894a991..8360d00e532 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"

Reply via email to