Commit 5efc57bb authored by K900's avatar K900
Browse files

python3Packages.poetry: relax installer dependency

parent c803addb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -82,6 +82,8 @@ buildPythonPackage rec {
  ++ pbs-installer.optional-dependencies.download
  ++ pbs-installer.optional-dependencies.install;

  pythonRelaxDeps = [ "installer" ];

  postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
    installShellCompletion --cmd poetry \
      --bash <($out/bin/poetry completions bash) \