From 97ede55a6d2cb4f21d63c7f59555f4a552f65394 Mon Sep 17 00:00:00 2001 From: Rene Thuemmler Date: Mon, 9 Sep 2019 01:13:38 +0200 Subject: [PATCH] added build dep git and fixed Makefile.in --- www/py-isso/Makefile | 1 + www/py-isso/files/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-isso/Makefile b/www/py-isso/Makefile index 15dd211..6091b21 100644 --- a/www/py-isso/Makefile +++ b/www/py-isso/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.3.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ + git>2:devel/git \ npm>0:www/npm USES= gmake python diff --git a/www/py-isso/files/Makefile.in b/www/py-isso/files/Makefile.in index e113353..ff496ce 100644 --- a/www/py-isso/files/Makefile.in +++ b/www/py-isso/files/Makefile.in @@ -37,7 +37,7 @@ all: init js init: npm install bower requirejs uglify-js jade && cp package-lock.json package.json - cd isso/js && ../../node_modules/bower/bin/bower install --allow-root almond requirejs requirejs-text jade + cd isso/js && ../../node_modules/bower/bin/bower --allow-root install almond requirejs requirejs-text jade flakes: flake8 . --count --ignore=${FLAKE_IGNORE} --max-line-length=127 --show-source --statistics