You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/01/24 08:54:11 UTC

[cloudstack] branch main updated: marvin: install mysql-connector-python version 8.0.31 (#7111)

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

dahn 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 e7b7efe1177 marvin: install mysql-connector-python version 8.0.31 (#7111)
e7b7efe1177 is described below

commit e7b7efe1177cc26a0b8c2a6d5007b92f8a3407d1
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Tue Jan 24 14:24:02 2023 +0530

    marvin: install mysql-connector-python version 8.0.31 (#7111)
---
 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 b49d9f62781..59dbfd2b52a 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 >= 1.1.6",
+          "mysql-connector-python <= 8.0.30",
           "requests >= 2.2.1",
           "paramiko >= 1.13.0",
           "nose >= 1.3.3",