fix: add missing depends for brotli and markupsafe

This commit is contained in:
ngn 2024-07-28 23:43:26 +03:00
parent a8589b623c
commit f02bc691c0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ FILES=("https://github.com/google/brotli/archive/v${VERSION}/brotli-${VERSION}.t
HASHES=("3a6a3dba82a3604792d3cb0bd41bca60") HASHES=("3a6a3dba82a3604792d3cb0bd41bca60")
# install and build depends # install and build depends
DEPENDS=("glibc") DEPENDS=("glibc" "python3")
BUILD=( BUILD=(
"cmake" "pypa-build" "pypa-installer" "cmake" "pypa-build" "pypa-installer"
"pypa-setuptools" "pypa-wheel" "pypa-setuptools" "pypa-wheel"

View File

@ -8,7 +8,7 @@ FILES=("https://pypi.org/packages/source/M/MarkupSafe/MarkupSafe-${VERSION}.tar.
HASHES=("8fe7227653f2fb9b1ffe7f9f2058998a") HASHES=("8fe7227653f2fb9b1ffe7f9f2058998a")
# install and build depends # install and build depends
DEPENDS=() DEPENDS=("python3")
BUILD=() BUILD=()
build(){ build(){