fix: add missing depends for brotli and markupsafe
This commit is contained in:
parent
a8589b623c
commit
f02bc691c0
@ -8,7 +8,7 @@ FILES=("https://github.com/google/brotli/archive/v${VERSION}/brotli-${VERSION}.t
|
||||
HASHES=("3a6a3dba82a3604792d3cb0bd41bca60")
|
||||
|
||||
# install and build depends
|
||||
DEPENDS=("glibc")
|
||||
DEPENDS=("glibc" "python3")
|
||||
BUILD=(
|
||||
"cmake" "pypa-build" "pypa-installer"
|
||||
"pypa-setuptools" "pypa-wheel"
|
||||
|
@ -8,7 +8,7 @@ FILES=("https://pypi.org/packages/source/M/MarkupSafe/MarkupSafe-${VERSION}.tar.
|
||||
HASHES=("8fe7227653f2fb9b1ffe7f9f2058998a")
|
||||
|
||||
# install and build depends
|
||||
DEPENDS=()
|
||||
DEPENDS=("python3")
|
||||
BUILD=()
|
||||
|
||||
build(){
|
||||
|
Loading…
Reference in New Issue
Block a user