httpbin: added missing dependency brotli

This commit is contained in:
Tim Biermann 2022-07-10 19:27:07 +02:00
parent 4c12ec0cf1
commit 69986cc3bd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34PBYcNLs+LAUygBPQ7gEAzwjcUf9fljrlR7BpNj2czlbafCtXGaFuu6+PMWPi758in59oGq1JPJUWwcUF/lkQY=
SHA256 (Pkgfile) = 6bba791091710eaf34e3a3e35913242011a754a926ed19d0e5660a90333b7249
RWSagIOpLGJF3xUwq+Wm4ogn85TCZJvHWdXHCODVrrTqkKmbAjTD1MdFaqhTwvRuEZDm6AetWpR0NOlhUyQXOXucQMoIPVwHlwc=
SHA256 (Pkgfile) = 2795604dc830454450e998ca93220e27ccecc56d0ad3ef5a4aa699a238a4bfc4
SHA256 (.footprint) = 0e7f7131ca4ad700708be6a03b46341dce6552b96d89856f68c2fb8a77881ff4
SHA256 (httpbin-0.7.0.tar.gz) = 453cc4ce4686e4a54f5775877c7c1d841c5bc12a0da225e9f5655fb4846d0a49
SHA256 (httpbin-werkzeug-0.15.1.patch) = 7d0262338e6cc7da107b5e211bbd4d8ce5ee1334f4a0c2d3bd6083155381ecb0

View File

@ -1,7 +1,7 @@
# Description: HTTP Request and Response Service
# URL: https://github.com/requests/httpbin
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-blinker python3-decorator python3-flasgger python3-gevent python3-raven
# Depends on: brotli python3-blinker python3-decorator python3-flasgger python3-gevent python3-raven
name=httpbin
version=0.7.0
@ -19,5 +19,4 @@ build() {
--root=$PKG \
-O1 \
--skip-build
}