build: use python3 to run create_themes_json.py

This commit is contained in:
Frédéric Péters 2019-09-17 08:25:00 +02:00
parent 7d8494b0c5
commit d0e6229630
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ prefix = /usr
all: themes.json css
themes.json: $(wildcard static/*/config.json)
python publik-base-theme/create_themes_json.py --overlay rouen
python3 publik-base-theme/create_themes_json.py --overlay rouen
%.css: export LC_ALL=C.UTF-8
.SECONDEXPANSION:

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: rouen-publik-theme
Section: web
Priority: optional
Maintainer: Emmanuel Cazenave <ecazenave@entrouvert.com>
Build-Depends: debhelper (>= 8.0.0), ruby-sass (>= 3.4.23), inkscape, publik-base-theme
Build-Depends: debhelper (>= 8.0.0), ruby-sass (>= 3.4.23), inkscape, python3, publik-base-theme
Standards-Version: 3.9.4
Homepage: http://git.entrouvert.org/rouen-publik-theme.git