~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190727192628.5339-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +2 -1
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
Reply to thread Export thread (mbox)