pythonPackages.pyramid_zodbconn: Remove outdated package

This commit is contained in:
adisbladis 2017-08-09 12:25:23 +08:00 committed by Frederik Rietdijk
parent 80ef4d6fc7
commit 48b305ca6d

View file

@ -8496,26 +8496,6 @@ in {
};
};
pyramid_zodbconn = buildPythonPackage rec {
name = "pyramid_zodbconn-0.7";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pyramid_zodbconn/${name}.tar.gz";
sha256 = "56cfdb6b13dc87b1c51c7abc1557c63960d6b858e14a2d4c9693c3f7877f5f63";
};
# should be fixed in next release
doCheck = false;
buildInputs = with self; [ mock ];
propagatedBuildInputs = with self; [ pyramid zodb zodburi ZEO ];
meta = {
maintainers = with maintainers; [ domenkozar ];
};
};
pyramid_mailer = buildPythonPackage rec {
name = "pyramid_mailer-0.13";