diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-04 18:14:17 +0100 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-04 18:14:17 +0100 |
| commit | 1f693f6a98b4915a1bfd830643ce30468ab7869f (patch) | |
| tree | dc6493763ffd06b197767c18142d7bc6abbf6e40 | |
| parent | 01322c8c48eb9bbdd010d2cb0675b2cd8e85dee4 (diff) | |
| download | aports-1f693f6a98b4915a1bfd830643ce30468ab7869f.tar.bz2 aports-1f693f6a98b4915a1bfd830643ce30468ab7869f.tar.xz | |
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
| -rw-r--r-- | testing/hy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hy/APKBUILD b/testing/hy/APKBUILD index 28938ce545..9db3772262 100644 --- a/testing/hy/APKBUILD +++ b/testing/hy/APKBUILD @@ -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" |
