Merge pull request #232514 from fabaff/pydeps-bump

python311Packages.pydeps: 1.12.4 -> 1.12.5
This commit is contained in:
Fabian Affolter
2023-05-18 16:12:16 +02:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
, pytestCheckHook
, pythonOlder
, pyyaml
, toml
}:
buildPythonPackage rec {
@@ -34,6 +35,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pyyaml
toml
];
postPatch = ''