3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pyramid_mailer: Remove outdated package

This commit is contained in:
adisbladis 2017-08-09 12:27:00 +08:00 committed by Frederik Rietdijk
parent 660b225903
commit b7b66c31f2

View file

@ -8496,21 +8496,6 @@ in {
};
};
pyramid_mailer = buildPythonPackage rec {
name = "pyramid_mailer-0.13";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pyramid_mailer/${name}.tar.gz";
sha256 = "4debfad05ee65a05ba6f43e2af913e6e30db75ba42254e4aa0291500c4caa1fc";
};
buildInputs = with self; [ pyramid transaction ];
propagatedBuildInputs = with self; [ repoze_sendmail ];
meta = {
maintainers = with maintainers; [ domenkozar ];
};
};
pyrtlsdr = buildPythonPackage rec {
name = "pyrtlsdr-0.2.0";