7 , setuptools-scm-git-archive
10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-rYEos2RuE2xI59httYlN21smBH4/fU4uT48FWwrI6Qg=";
26 setuptools-scm-git-archive
29 propagatedBuildInputs = [
33 # Tests require MySQL database
36 pythonImportsCheck = [
41 description = "MySQL driver for asyncio";
42 homepage = "https://github.com/aio-libs/aiomysql";
43 license = licenses.mit;
44 maintainers = with maintainers; [ costrouc ];