aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pep8-naming
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:48:49 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:48:49 +0000
commit22ec09c5b75c07d3b153ce489fcd957595384b77 (patch)
tree442953a9c4219fc6274ca06bf38e0825cd380ce4 /testing/py-pep8-naming
parent01075c65da23e17e6ec9807aaf9155e7f80c4cdc (diff)
downloadaports-22ec09c5b75c07d3b153ce489fcd957595384b77.tar.bz2
aports-22ec09c5b75c07d3b153ce489fcd957595384b77.tar.xz
testing/py-pep8-naming: changed dependency from py-flake8 to flake8 because of renamed package
Diffstat (limited to 'testing/py-pep8-naming')
-rw-r--r--testing/py-pep8-naming/APKBUILD4
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=""