pythonPackages.zope_tales: Remove outdated package

This commit is contained in:
adisbladis 2017-08-09 12:24:52 +08:00 committed by Frederik Rietdijk
parent ced137d980
commit 80ef4d6fc7

@ -8830,18 +8830,6 @@ in {
};
zope_tales = buildPythonPackage rec {
name = "zope.tales-4.0.2";
propagatedBuildInputs = with self; [ zope_interface six zope_testrunner ];
src = pkgs.fetchurl {
url = "mirror://pypi/z/zope.tales/${name}.zip";
sha256 = "c0485f09c3f23c7a0ceddabcb02d4a40ebecf8f8f36c87fa9a02c415f96c969e";
};
};
zope_deprecation = buildPythonPackage rec {
name = "zope.deprecation-4.1.2";