10 buildPythonPackage rec {
12 version = "2.4.10.post1";
16 inherit pname version;
17 hash = "sha256-NjTgPuE91jf9cZa4BHS/RMZNProd0GnqkrlJJnAqYL0=";
20 nativeBuildInputs = [ setuptools ];
22 propagatedBuildInputs = [
29 pythonImportsCheck = [ "rethinkdb" ];
32 description = "Python driver library for the RethinkDB database server";
33 homepage = "https://github.com/RethinkDB/rethinkdb-python";
34 license = licenses.asl20;