diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-autopep8/APKBUILD | 4 |
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" |