mailman: refactor

This commit is contained in:
Fabian Affolter 2024-08-07 11:55:17 +02:00
parent 977020ff6e
commit 6a7037fc9f

View File

@ -12,6 +12,8 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "mailman";
version = "3.3.9";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
@ -19,7 +21,11 @@ buildPythonPackage rec {
hash = "sha256-GblXI6IwkLl+V1gEbMAe1baVyZOHMaYaYITXcTkp2Mo=";
};
propagatedBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
setuptools
];
dependencies = with python3.pkgs; [
aiosmtpd
alembic
authheaders