From a290e8af93c59c7f7523c0f0546be7ed739b8427 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 26 Sep 2020 14:47:20 -0500 Subject: [PATCH] Un-freeze dependency for mysql-connector-python if this works then we may need to start "freezing" on a per-install basis --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4ffe2a..3898579 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,10 @@ extras = { # we include mysql "always" even though it may not be actually needed # TODO: must cap this for now, b/c it breaks CORE-POS integration?! # (sometimes there are segfaults with basic grid queries) - 'mysql-connector-python==8.0.17', + # 'mysql-connector-python==8.0.17', + # TODO: was having trouble getting 8.0.17 to work on Ubuntu 20.04 with + # MySQL 8.0.21 and so am trying this out... + 'mysql-connector-python', ], 'catapult': [