Loading pkgs/development/python-modules/types-redis/default.nix +9 −12 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , cryptography , types-pyopenssl , setuptools { lib, buildPythonPackage, fetchPypi, cryptography, types-pyopenssl, setuptools, }: buildPythonPackage rec { Loading @@ -16,9 +17,7 @@ buildPythonPackage rec { hash = "sha256-ziF8J5WB12nfmSxbdtYcZUJbCmeWJgSOYz5kOGjriBs="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ cryptography Loading @@ -28,9 +27,7 @@ buildPythonPackage rec { # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "redis-stubs" ]; pythonImportsCheck = [ "redis-stubs" ]; meta = with lib; { description = "Typing stubs for redis"; Loading Loading
pkgs/development/python-modules/types-redis/default.nix +9 −12 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , cryptography , types-pyopenssl , setuptools { lib, buildPythonPackage, fetchPypi, cryptography, types-pyopenssl, setuptools, }: buildPythonPackage rec { Loading @@ -16,9 +17,7 @@ buildPythonPackage rec { hash = "sha256-ziF8J5WB12nfmSxbdtYcZUJbCmeWJgSOYz5kOGjriBs="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ cryptography Loading @@ -28,9 +27,7 @@ buildPythonPackage rec { # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "redis-stubs" ]; pythonImportsCheck = [ "redis-stubs" ]; meta = with lib; { description = "Typing stubs for redis"; Loading