aboutsummaryrefslogtreecommitdiffstats
path: root/community/redo
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-25 21:44:40 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-26 13:26:58 +0000
commit194052d2cd7895cc3ac25be47f837fa61ec902c0 (patch)
treed35475d7110fa7d9650c9f3303196e74a2549411 /community/redo
parent2204e1c266cdc063b72a559723999c427d55fa7a (diff)
downloadaports-194052d2cd7895cc3ac25be47f837fa61ec902c0.tar.bz2
aports-194052d2cd7895cc3ac25be47f837fa61ec902c0.tar.xz
community/redo: remove duplicate python2 dependency an
Closes GH-8082
Diffstat (limited to 'community/redo')
-rw-r--r--community/redo/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/redo/APKBUILD b/community/redo/APKBUILD
index 192687a8d5..4b378433ea 100644
--- a/community/redo/APKBUILD
+++ b/community/redo/APKBUILD
@@ -8,10 +8,10 @@ url="https://redo.readthedocs.io/en/latest/"
arch="noarch"
license="Apache-2.0"
depends="python2"
-makedepends="python2 perl"
+makedepends="perl"
subpackages="$pkgname-doc"
source="https://github.com/apenwarr/redo/archive/redo-${pkgver}.tar.gz
- builder-no-tty.patch::https://github.com/apenwarr/redo/commit/c18c4b92c9a2b23f0ce06d9aebf151bdaded6dd1.patch"
+ builder-no-tty.patch::https://github.com/apenwarr/redo/commit/c18c4b92c9a2b23f0ce06d9aebf151bdaded6dd1.patch"
# Above patch can be removed once a new version has been released.
builddir="$srcdir/redo-redo-${pkgver}"