From 91385728144f83e6141a29a01e09738d3c6b8beb Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Fri, 22 Jul 2022 14:26:17 +1100 Subject: [PATCH] mitmproxy: remove unused python3-pyzstd dependency --- srcpkgs/mitmproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template index b662359d5c7..9ddf143084a 100644 --- a/srcpkgs/mitmproxy/template +++ b/srcpkgs/mitmproxy/template @@ -1,13 +1,13 @@ # Template file for 'mitmproxy' pkgname=mitmproxy version=8.1.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf - python3-publicsuffix2 python3-pyperclip python3-pyzstd python3-ruamel.yaml python3-sortedcontainers + python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard" checkdepends="${depends} python3-hypothesis python3-parver python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"