build: use python3 to run create_themes_json.py

This commit is contained in:
Frédéric Péters 2019-09-17 08:23:03 +02:00
parent 0d5c0ac7ec
commit 7aa72450d6
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
python3 publik-base-theme/create_themes_json.py
%.css: export LC_ALL=C.UTF-8
.SECONDEXPANSION:

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: atreal-publik-themes
Section: web
Priority: optional
Maintainer: Michael Bideau <mbideau@atreal.fr>
Build-Depends: debhelper (>= 9), sassc (>= 3.4.2), python-all
Build-Depends: debhelper (>= 9), sassc (>= 3.4.2), python-all, python3
Standards-Version: 3.9.4
Homepage: http://git.entrouvert.org/atreal-publik-themes.git