8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "9f75a72bcd899ab0f6b0677873b89fba99c512bc7895eb5fbc1dc9a228b8aaee";
17 propagatedBuildInputs = [ six setuptools ];
20 pythonImportsCheck = [ "rethinkdb" ];
23 description = "Python driver library for the RethinkDB database server";
24 homepage = "https://pypi.python.org/pypi/rethinkdb";
25 license = licenses.asl20;