11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-HQZmt22yPYaWfJzL20+jBc855HR4dVW983Z0LrN1Xa0=";
31 # Not running tests as aiomysql is missing support for pymysql>=0.9.3
34 pythonImportsCheck = [ "asyncmy" ];
37 description = "Python module to interact with MySQL/mariaDB";
38 homepage = "https://github.com/long2ice/asyncmy";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ fab ];