##// END OF EJS Templates
dependencies: freeze pathlib to 2.3.0 for compatability
marcink -
r418:7863b2bb default
parent child Browse files
Show More
@@ -398,8 +398,8 b''
398 doCheck = false;
398 doCheck = false;
399 propagatedBuildInputs = with self; [six scandir];
399 propagatedBuildInputs = with self; [six scandir];
400 src = fetchurl {
400 src = fetchurl {
401 url = "https://pypi.python.org/packages/a1/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
401 url = "https://files.pythonhosted.org/packages/a1/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
402 md5 = "89c90409d11fd5947966b6a30a47d18c";
402 sha256 = "d32550b75a818b289bd4c1f96b60c89957811da205afcceab75bc8b4857ea5b3";
403 };
403 };
404 meta = {
404 meta = {
405 license = [ pkgs.lib.licenses.mit ];
405 license = [ pkgs.lib.licenses.mit ];
@@ -14,6 +14,7 b' pyramid-jinja2==2.7'
14 Jinja2==2.9.6
14 Jinja2==2.9.6
15 pyramid==1.9.1
15 pyramid==1.9.1
16 pyramid-mako==1.0.2
16 pyramid-mako==1.0.2
17 pathlib2==2.3.0
17 repoze.lru==0.7
18 repoze.lru==0.7
18 simplejson==3.11.1
19 simplejson==3.11.1
19 subprocess32==3.2.7
20 subprocess32==3.2.7
General Comments 0
You need to be logged in to leave comments. Login now