testing/hy: remove dependency on py3-clint

This dependency was dropped with version 0.18.0 [1].

[1]: f8d3826689
This commit is contained in:
Sören Tempel 2020-02-04 18:14:17 +01:00
parent 01322c8c48
commit 1f693f6a98

View File

@ -2,12 +2,12 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
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"