community/py3-pyflakes: setuptools is needed runtime

This commit is contained in:
Natanael Copa 2019-11-01 10:43:58 +00:00
parent a79ed9e7b9
commit ebd073c974

View File

@ -8,8 +8,7 @@ pkgdesc="A passive checker of Python programs"
url="https://github.com/pyflakes/pyflakes"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
depends="python3 py3-setuptools"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"