Commit 8924a056 authored by Robert Schütz's avatar Robert Schütz
Browse files

Revert "mailman: remove passlib constraint"

This reverts commit 0c1b9474.
parent fa3bc563
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -26,11 +26,6 @@ buildPythonPackage rec {
    setuptools
  ];

  pythonRemoveDeps = [
    # distinfo renamed to libpass
    "passlib"
  ];

  dependencies = with python3.pkgs; [
    aiosmtpd
    alembic