python310Packages.marshmallow: add missing input

This commit is contained in:
Fabian Affolter 2022-05-18 08:28:56 +02:00
parent 520ca93540
commit 6a6cfdc9f8

View File

@ -5,6 +5,7 @@
, pythonOlder
, pytz
, simplejson
, packaging
}:
buildPythonPackage rec {
@ -21,6 +22,10 @@ buildPythonPackage rec {
hash = "sha256-ZqMrMNfP/RKW2jQDNPgfhyeqmSc40pZbnrcXHbw2emc=";
};
propagatedBuildInputs = [
packaging
];
checkInputs = [
pytestCheckHook
pytz