mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
mailman: refactor
This commit is contained in:
parent
977020ff6e
commit
6a7037fc9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user