8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-aB8lLkOz7wVMqRYWNfgbcw9NjK3Siz8rIAT1py+FOYI=";
20 propagatedBuildInputs = [
24 # Tests call a running mongodb instance
27 pythonImportsCheck = [ "pymongo" ];
30 description = "Python driver for MongoDB";
31 homepage = "https://github.com/mongodb/mongo-python-driver";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ ];