~alpine/aports

community/py3-pyflakes: add python3 to depends v1 PROPOSED

Bart Ribbers: 1
 community/py3-pyflakes: add python3 to depends

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2876/mbox | git am -3
Learn more about email & git

[PATCH] community/py3-pyflakes: add python3 to depends Export this patch

For some reason Python 3 doesn't get installed when installing this aport, causing it to be unusable
---
 community/py3-pyflakes/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/py3-pyflakes/APKBUILD b/community/py3-pyflakes/APKBUILD
index 9a1ec15b5b..2d41e5b7dc 100644
--- a/community/py3-pyflakes/APKBUILD
+++ b/community/py3-pyflakes/APKBUILD
@@ -3,11 +3,12 @@
pkgname=py3-pyflakes
_pkgname=${pkgname#py3-}
pkgver=2.1.1
pkgrel=5
pkgrel=6
pkgdesc="A passive checker of Python programs"
url="https://github.com/pyflakes/pyflakes"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
-- 
2.22.0