octodns: use generic python param for withProviders (#402307)

This commit is contained in:
Martin Weinelt
2025-04-28 19:50:03 +02:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
natsort,
pytestCheckHook,
python-dateutil,
python3,
python,
pythonOlder,
pyyaml,
runCommand,
@@ -51,7 +51,7 @@ buildPythonPackage rec {
passthru.withProviders =
ps:
let
pyEnv = python3.withPackages ps;
pyEnv = python.withPackages ps;
in
runCommand "octodns-with-providers" { } ''
mkdir -p $out/bin