python313Packages.mrjob: depends on standard-pipes

This commit is contained in:
Robert Schütz
2025-01-20 17:40:15 -08:00
parent f68436411d
commit eac6cd05b2
@@ -10,6 +10,7 @@
# propagates
distutils,
pyyaml,
standard-pipes,
# optionals
boto3,
@@ -46,6 +47,7 @@ buildPythonPackage rec {
dependencies = [
distutils
pyyaml
standard-pipes
];
optional-dependencies = {