python310Packages.marshmallow: add missing input
This commit is contained in:
parent
520ca93540
commit
6a6cfdc9f8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue