mailman: remove passlib constraint

The distinfo for passlib has been renamed to libpass.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:30 +02:00
parent a97b725778
commit 0c1b9474d8
+5
View File
@@ -26,6 +26,11 @@ buildPythonPackage rec {
setuptools
];
pythonRemoveDeps = [
# distinfo renamed to libpass
"passlib"
];
dependencies = with python3.pkgs; [
aiosmtpd
alembic