8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-qn+190NTRQDydN3xGrHJEKrhAgSBhlo2t5nh1n3iqvM=";
18 propagatedBuildInputs = [
23 # Module doesn't have tests
26 pythonImportsCheck = [
31 description = "Typing stubs for redis";
32 homepage = "https://github.com/python/typeshed";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ gador ];