From 20587bffbe850a44dbec5693526e412de1aa0d1c Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Sat, 11 Jul 2026 15:16:14 +0200 Subject: [PATCH] marvin: use pycryptodome instead of PyCrypt --- 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 eb97894a9914..8360d00e5326 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -57,7 +57,7 @@ "ipmisim >= 0.7", "pytz", "retries", - "PyCrypt", + "pycryptodome", "kubernetes", "urllib3", "setuptools >= 40.3.0"