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://pypi.org/packages/source/M/MarkupSafe/MarkupSafe-${VERSION}.tar.
HASHES=("8fe7227653f2fb9b1ffe7f9f2058998a")
# install and build depends
DEPENDS=()
DEPENDS=("python3")
BUILD=()
build(){