From fddb3b632813ed24a230c6bf9b95cf8e54a455ee Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Tue, 28 Apr 2020 19:23:35 +0200 Subject: testing/py3-autopep8: add missing dependency pkg_resources.DistributionNotFound: The 'pycodestyle>=2.5.0' distribution was not found and is required by autopep8 --- testing/py3-autopep8/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/py3-autopep8') 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 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" -- cgit v1.2.3