aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-cleo
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-25 10:29:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-25 10:29:06 -0300
commit54ed726770f7d96b077b54a29668622cd4b587cd (patch)
tree331e1b812059d8ea364e9b9b6d8085f55f49b4b0 /testing/py3-cleo
parent526093ade3dd6f26ec99b2e2b78bd592ac9e12e9 (diff)
downloadaports-54ed726770f7d96b077b54a29668622cd4b587cd.tar.bz2
aports-54ed726770f7d96b077b54a29668622cd4b587cd.tar.xz
testing/py3-cleo: drop dependency on py3-clikit
Diffstat (limited to 'testing/py3-cleo')
-rw-r--r--testing/py3-cleo/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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"