python311Packages.clickgen: attd missing attrs dependency

This commit is contained in:
Martin Weinelt 2023-12-16 22:44:49 +01:00
parent 9142349dc7
commit a9e05d0957
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,6 +3,7 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, attrs
, pillow
, toml
, numpy
@ -25,9 +26,17 @@ buildPythonPackage rec {
hash = "sha256-mSaltlX2eNRLJ09zN5Tim8mW8mnjPi10W4QIEpiBQvI=";
};
propagatedBuildInputs = [ pillow toml numpy pyyaml ];
propagatedBuildInputs = [
attrs
numpy
pillow
pyyaml
toml
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
];
postInstall = ''
# Copying scripts directory needed by clickgen script at $out/bin/