Commit b2b3f585 authored by phaer's avatar phaer
Browse files

octodns: use generic python param for withProviders

Fixes #398191
parent 79bb2afd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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