pythonPackages.zope_security: Remove outdated package

This commit is contained in:
adisbladis 2017-08-09 12:23:27 +08:00 committed by Frederik Rietdijk
parent fab8f7ac4b
commit c06cfd0404

View File

@ -25155,25 +25155,6 @@ EOF
};
zope_security = buildPythonPackage rec {
name = "zope.security-4.0.1";
src = pkgs.fetchurl {
url = "mirror://pypi/z/zope.security/${name}.tar.gz";
sha256 = "8da30b03d5491464d59397e03b88192f31f587325ee6c6eb1ca596a1e487e2ec";
};
propagatedBuildInputs = with self; [
zope_component zope_configuration zope_i18nmessageid zope_schema
zope_proxy zope_testrunner
];
meta = {
maintainers = with maintainers; [ goibhniu ];
};
};
zope_size = buildPythonPackage rec {
name = "zope.size-3.5.0";