Commit 6a7037fc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

mailman: refactor

parent 977020ff
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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