mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/hy: remove dependency on py3-clint
This dependency was dropped with version 0.18.0 [1].
[1]: f8d3826689
This commit is contained in:
parent
01322c8c48
commit
1f693f6a98
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user