aboutsummaryrefslogtreecommitdiffstats
path: root/community/redo/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/redo/APKBUILD')
-rw-r--r--community/redo/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/redo/APKBUILD b/community/redo/APKBUILD
index 192687a8d52..4b378433ea0 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}"