From 194052d2cd7895cc3ac25be47f837fa61ec902c0 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sat, 25 May 2019 21:44:40 -0300
Subject: [PATCH] community/redo: remove duplicate python2 dependency an

Closes GH-8082
---
 community/redo/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/redo/APKBUILD b/community/redo/APKBUILD
index 192687a8d527..4b378433ea04 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}"
-- 
GitLab