From 54ed726770f7d96b077b54a29668622cd4b587cd Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 25 Oct 2019 10:29:06 -0300 Subject: testing/py3-cleo: drop dependency on py3-clikit --- testing/py3-cleo/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/py3-cleo') diff --git a/testing/py3-cleo/APKBUILD b/testing/py3-cleo/APKBUILD index beae311985..7037fa32ff 100644 --- a/testing/py3-cleo/APKBUILD +++ b/testing/py3-cleo/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-cleo _realname=cleo pkgver=0.6.8 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 library to create beautiful and testable command-line interfaces" options="!check" # No tests on pypi tarball, github uses pyproject.toml url="https://github.com/sdispater/cleo" arch="noarch" license="MIT" -depends="python3 py3-pastel py3-pylev py3-clikit" +depends="python3 py3-pastel py3-pylev" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" -- cgit v1.2.3