python3Packages.aiowinreg: fix build, add missing dep

This commit is contained in:
Jonathan Ringer 2021-06-18 21:43:05 -07:00 committed by Martin Weinelt
parent 8d199b0908
commit de71eb8973

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, winacl
}:
buildPythonPackage rec {
@ -15,6 +16,8 @@ buildPythonPackage rec {
sha256 = "096663ec3db35fdc7ccc1c2d0d64a11cf64f4baa48955088e42b6a649ce418a5";
};
propagatedBuildInputs = [ winacl ];
# Project doesn't have tests
doCheck = false;
pythonImportsCheck = [ "aiowinreg" ];