python.pkgs.routes: update dependencies
This commit is contained in:
parent
69daf1235b
commit
c92e5f87ab
@ -16289,14 +16289,15 @@ in {
|
|||||||
routes = buildPythonPackage rec {
|
routes = buildPythonPackage rec {
|
||||||
pname = "Routes";
|
pname = "Routes";
|
||||||
version = "2.4.1";
|
version = "2.4.1";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
|
sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ paste webtest repoze_lru ];
|
propagatedBuildInputs = with self; [ repoze_lru six webob ];
|
||||||
|
|
||||||
|
checkInputs = with self; [ coverage webtest ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Python re-implementation of the Rails routes system for mapping URLs to application actions";
|
description = "A Python re-implementation of the Rails routes system for mapping URLs to application actions";
|
||||||
|
Loading…
Reference in New Issue
Block a user