pythonpackages.pyramid_debugtoolbar: Remove outdated package

This commit is contained in:
adisbladis 2017-10-28 23:14:24 +08:00
parent b2de5a9373
commit 98024e2d85
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

@ -7080,19 +7080,6 @@ in {
};
pyramid_debugtoolbar = buildPythonPackage rec {
name = "pyramid_debugtoolbar-1.0.9";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pyramid_debugtoolbar/${name}.tar.gz";
sha256 = "1vnzg1qnnyisv7znxg7pasayfyr3nz7rrs5nqr4fmdgwj9q2pyv0";
};
buildInputs = with self; [ ];
propagatedBuildInputs = with self; [ pyramid pyramid_mako ];
};
pyramid_mako = buildPythonPackage rec {
name = "pyramid_mako-0.3.1";