aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-12-14 16:18:41 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-12-14 16:21:56 +0100
commit63c2c78df0d10e6270e19ec0bc485097232cbe9f (patch)
treedb04d6999bd2322274a1940e3dd86cbd9e459af4 /main
parentd6c850fe407801a03589ea3de224846f19746a43 (diff)
downloadaports-63c2c78df0d10e6270e19ec0bc485097232cbe9f.tar.bz2
aports-63c2c78df0d10e6270e19ec0bc485097232cbe9f.tar.xz
main/ctags: explicitly depend on python for check
Python is already implicitly installed due to py3-docutils, thus no pkgrel bump. Without python installed the build system will use the shell script misc/units to run unit tests instead of misc/units.py. Unfortunately, this shell script is not compatible with busybox ash. See: https://github.com/universal-ctags/ctags/issues/2369#issuecomment-564779705
Diffstat (limited to 'main')
-rw-r--r--main/ctags/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ctags/APKBUILD b/main/ctags/APKBUILD
index 395bd91390..32c198a445 100644
--- a/main/ctags/APKBUILD
+++ b/main/ctags/APKBUILD
@@ -9,7 +9,7 @@ pkgdesc="Generator of tags for all types of C/C++ languages"
url="https://ctags.io/"
arch="all"
license="GPL-2.0-or-later"
-checkdepends="diffutils"
+checkdepends="diffutils python"
makedepends="autoconf automake pkgconf py3-docutils"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/universal-ctags/ctags/archive/$_commit.tar.gz"