build: use python3 to run create_themes_json.py

This commit is contained in:
Frédéric Péters 2019-09-17 08:26:06 +02:00
parent 3755e0e5f6
commit bcf5eb18b8
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 imio
python3 publik-base-theme/create_themes_json.py --overlay imio
%.css: export LC_ALL=C.UTF-8
.SECONDEXPANSION:

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: imio-publik-themes
Section: web
Priority: optional
Maintainer: Frédéric Péters <fpeters@entrouvert.com>
Build-Depends: debhelper (>= 8.0.0), sassc (>= 3.4.2), wget(>= 1.16), python
Build-Depends: debhelper (>= 8.0.0), sassc (>= 3.4.2), wget(>= 1.16), python, python3
Standards-Version: 3.9.4
Homepage: http://git.entrouvert.org/imio-publik-themes.git