aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-autopep8
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2020-04-28 19:23:35 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-28 20:59:13 +0000
commitfddb3b632813ed24a230c6bf9b95cf8e54a455ee (patch)
tree7e6a334daf22a7a41b6c75e6a6dc9aa3cc7e29c1 /testing/py3-autopep8
parentdd34a220ad057ec00c6f418cf9e22d850d5e3e8e (diff)
downloadaports-fddb3b632813ed24a230c6bf9b95cf8e54a455ee.tar.bz2
aports-fddb3b632813ed24a230c6bf9b95cf8e54a455ee.tar.xz
testing/py3-autopep8: add missing dependency
pkg_resources.DistributionNotFound: The 'pycodestyle>=2.5.0' distribution was not found and is required by autopep8
Diffstat (limited to 'testing/py3-autopep8')
-rw-r--r--testing/py3-autopep8/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-autopep8/APKBUILD b/testing/py3-autopep8/APKBUILD
index e67d3852ab..25a1db84af 100644
--- a/testing/py3-autopep8/APKBUILD
+++ b/testing/py3-autopep8/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-autopep8
pkgver=1.5.2
-pkgrel=0
+pkgrel=1
pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
url="https://pypi.python.org/pypi/autopep8/"
arch="noarch"
license="MIT"
-depends="python3 py3-setuptools"
+depends="python3 py3-setuptools py3-pycodestyle"
source="https://github.com/hhatto/autopep8/archive/v$pkgver/autopep8-$pkgver.tar.gz"
builddir="$srcdir/autopep8-$pkgver"