python3Packages.types-redis: fix build

add pyopenssl as propagatedBuildInput

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2023-03-19 09:09:16 +01:00
parent bd86493766
commit 6c3af8bb81

View File

@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, types-pyopenssl
}:
buildPythonPackage rec {
@@ -13,6 +14,10 @@ buildPythonPackage rec {
hash = "sha256-dmAXh1TWCkz6z1sz7gY6oGJTEXkcYgdc2TYTZiej978=";
};
propagatedBuildInputs = [
types-pyopenssl
];
# Module doesn't have tests
doCheck = false;