7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36";
16 propagatedBuildInputs = [ cryptography ];
18 # Wants to connect to MySQL
22 description = "Pure Python MySQL Client";
23 homepage = "https://github.com/PyMySQL/PyMySQL";
24 license = licenses.mit;
25 maintainers = [ maintainers.kalbasit ];