Revert bullseye, fix jinja2.

This commit is contained in:
fewtarius 2022-05-02 22:10:50 -04:00
parent d62cd86ea7
commit 77fab9bfe9
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM debian:bullseye
FROM ubuntu:20.04
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \

View file

@ -3,10 +3,10 @@
# Copyright (C) 2022-present Fewtarius
#
PKG_NAME="jinja2"
PKG_VERSION="3.1.2"
PKG_VERSION="b08cd4b" # 3.1.2
PKG_LICENSE="BSD"
PKG_SITE="https://pypi.org/project/Jinja2/"
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_URL="https://github.com/pallets/jinja.git"
PKG_DEPENDS_HOST="Python3:host setuptools:host MarkupSafe:host"
PKG_LONGDESC="Jinja is a fast, expressive, extensible templating engine."
PKG_TOOLCHAIN="manual"