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

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


The following commit(s) were added to refs/heads/4.20 by this push:
     new c8b7816d5ee marvin: install mysql-connector-python >= 8.4.0 (#13482)
c8b7816d5ee is described below

commit c8b7816d5ee064f4c5affe79124de4a9394e4f56
Author: Wei Zhou <[email protected]>
AuthorDate: Wed Jul 1 16:59:18 2026 +0200

    marvin: install mysql-connector-python >= 8.4.0 (#13482)
---
 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 919b544d133..3023158716f 100644
--- a/tools/marvin/setup.py
+++ b/tools/marvin/setup.py
@@ -46,7 +46,7 @@ setup(name="Marvin",
                 "marvin.sandbox.basic"],
       license="LICENSE.txt",
       install_requires=[
-          "mysql-connector-python <= 8.4.0",
+          "mysql-connector-python >= 8.4.0",
           "requests >= 2.2.1",
           "paramiko >= 1.13.0",
           "nose >= 1.3.3",

Reply via email to