pythonPackages.zodburi: Remove outdated package

This commit is contained in:
adisbladis 2017-08-09 12:26:04 +08:00 committed by Frederik Rietdijk
parent 48b305ca6d
commit 953484b4e3
1 changed files with 0 additions and 16 deletions

View File

@ -8549,22 +8549,6 @@ in {
};
};
zodburi = buildPythonPackage rec {
name = "zodburi-2.0";
src = pkgs.fetchurl {
url = "mirror://pypi/z/zodburi/${name}.tar.gz";
sha256 = "c04b9beca032bb7b968a3464417596ba4607a927c5e65929860962ddba1cccc0";
};
buildInputs = with self; [ zodb mock ZEO ];
meta = {
maintainers = with maintainers; [ domenkozar ];
};
};
ZEO = self.buildPythonPackage rec {
name = "ZEO-4.0.0";