diff options
-rw-r--r-- | testing/py-pep8-naming/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pep8-naming/APKBUILD b/testing/py-pep8-naming/APKBUILD index f24e6b12ca..311c52634a 100644 --- a/testing/py-pep8-naming/APKBUILD +++ b/testing/py-pep8-naming/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-pep8-naming _pkgname=pep8-naming pkgver=0.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Check PEP-8 naming conventions plugin for flake8" url="https://github.com/flintwork/pep8-naming" arch="noarch" license="MIT" -depends="python py-flake8" +depends="python flake8" depends_dev="" makedepends="python-dev py-setuptools" install="" |