From 1f693f6a98b4915a1bfd830643ce30468ab7869f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 4 Feb 2020 18:14:17 +0100 Subject: [PATCH] testing/hy: remove dependency on py3-clint This dependency was dropped with version 0.18.0 [1]. [1]: https://github.com/hylang/hy/commit/f8d38266893b677fe61d61715fd040e43c8bdb49 --- testing/hy/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/hy/APKBUILD b/testing/hy/APKBUILD index 28938ce545a..9db37722620 100644 --- a/testing/hy/APKBUILD +++ b/testing/hy/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Sören Tempel pkgname=hy pkgver=0.18.0 -pkgrel=0 +pkgrel=1 pkgdesc="Dialect of Lisp that's embedded in Python" url="http://hylang.org/" arch="noarch" license="MIT" -depends="python3 py3-funcparserlib py3-astor py3-rply py3-clint py3-colorama" +depends="python3 py3-funcparserlib py3-astor py3-rply py3-colorama" makedepends="py3-setuptools" checkdepends="python3-tests py3-pytest py3-pytest-runner py3-tox" source="$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz"