forked from mirrors/nixpkgs
pythonPackages.pyramid_mailer: Remove outdated package
This commit is contained in:
parent
660b225903
commit
b7b66c31f2
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue