From a6bdf232d2147956a5f0104aa9531b08871bf017 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Mon, 6 Jul 2020 11:09:39 +0800 Subject: [PATCH] fix mysql depnedency for py<3 (#1374) --- requirements-output.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-output.txt b/requirements-output.txt index 86aad6f2..b811c764 100644 --- a/requirements-output.txt +++ b/requirements-output.txt @@ -15,7 +15,7 @@ hpfeeds3==0.9.10; python_version >= '3.0' # If this fails, see documentation /home/cowrie/cowrie/docs/sql/README.md # There are two options, mysqlclient is newer and provides Python3 support. mysqlclient==2.0.1; python_version >= '3.0' -MySQL-python==1.2.5; python_version >= '3.0' +MySQL-python==1.2.5; python_version < '3.0' # mongodb pymongo==3.10.1