diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-25 21:44:40 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-26 13:26:58 +0000 |
commit | 194052d2cd7895cc3ac25be47f837fa61ec902c0 (patch) | |
tree | d35475d7110fa7d9650c9f3303196e74a2549411 /community/redo | |
parent | 2204e1c266cdc063b72a559723999c427d55fa7a (diff) | |
download | aports-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/APKBUILD | 4 |
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}" |