7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0nv5amfs337m0gbxpjb0585s20rndqfc3mfrzq1iwgnds5gxcrlw";
16 propagatedBuildInputs = [ pymongo ];
19 description = "MongoDB-backed Python dict-like interface";
20 homepage = "https://github.com/turicas/mongodict/";
21 license = licenses.gpl3;