Skip to content

Commit 8924a05

Browse files
committed
Revert "mailman: remove passlib constraint"
This reverts commit 0c1b947.
1 parent fa3bc56 commit 8924a05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkgs/servers/mail/mailman/package.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ buildPythonPackage rec {
2626
setuptools
2727
];
2828

29-
pythonRemoveDeps = [
30-
# distinfo renamed to libpass
31-
"passlib"
32-
];
33-
3429
dependencies = with python3.pkgs; [
3530
aiosmtpd
3631
alembic

0 commit comments

Comments
 (0)