pythonPackages.pyramid_zodbconn: Remove outdated package
This commit is contained in:
parent
80ef4d6fc7
commit
48b305ca6d
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user