fix: add missing depends for brotli and markupsafe
This commit is contained in:
@ -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(){
|
||||
|
Reference in New Issue
Block a user