python2Packages.itsdangerous: remove

This commit is contained in:
Robert Schütz 2022-06-06 18:16:53 +00:00
parent 162b4c1006
commit 8ceaa66b5a
2 changed files with 0 additions and 23 deletions

View File

@ -1,21 +0,0 @@
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "itsdangerous";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19";
};
meta = with lib; {
description = "Helpers to pass trusted data to untrusted environments and back";
homepage = "https://pypi.python.org/pypi/itsdangerous/";
license = licenses.bsd0;
};
}

View File

@ -54,8 +54,6 @@ with self; with super; {
ipaddr = callPackage ../development/python2-modules/ipaddr { };
itsdangerous = callPackage ../development/python2-modules/itsdangerous { };
jinja2 = callPackage ../development/python2-modules/jinja2 { };
libcloud = callPackage ../development/python2-modules/libcloud { };