pythonPackages.repoze_sendmail: Remove outdated package

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

View file

@ -8518,22 +8518,6 @@ in {
};
};
repoze_sendmail = buildPythonPackage rec {
name = "repoze.sendmail-4.1";
src = pkgs.fetchurl {
url = "mirror://pypi/r/repoze.sendmail/${name}.tar.gz";
sha256 = "51813730adc24728d5ce2609038f7bb81aa1632539d7a79045ef4aa6942eaba2";
};
buildInputs = with self; [ transaction ];
meta = {
maintainers = with maintainers; [ domenkozar ];
};
};
random2 = self.buildPythonPackage rec {
name = "random2-1.0.1";