Skip to content

Commit

Permalink
turris-auth: Make Jinja2 host dependency optional
Browse files Browse the repository at this point in the history
It is needed on Turris OS 8.0 and newer but breaks build on older Turris
OS releases.
  • Loading branch information
miska committed Aug 31, 2023
1 parent 0a055d5 commit 6d692f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/turris-auth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING

HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=MarkupSafe Jinja2
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=MarkupSafe $(if $(wildcard $(TOPDIR)/feeds/packages/lang/python/host-pip-requirements/Jinja2.txt),Jinja2,)

PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1

Expand Down

0 comments on commit 6d692f7

Please sign in to comment.