aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-snippets/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:48:01 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:48:01 +0000
commit193abd97f6d8a2f12662916a4509c82cef543ffc (patch)
tree659328bbcc271e48a85c6e56dce4d684326ad068 /testing/py-flake8-snippets/APKBUILD
parent5200e479b7ad99fa69cf6f2df7858fefa4379c60 (diff)
testing/py-flake8-snippets: changed dependency from py-flake8 to flake8 because of renamed package
Diffstat (limited to 'testing/py-flake8-snippets/APKBUILD')
-rw-r--r--testing/py-flake8-snippets/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-snippets/APKBUILD b/testing/py-flake8-snippets/APKBUILD
index df3540df11d..8c5a3ccbc96 100644
--- a/testing/py-flake8-snippets/APKBUILD
+++ b/testing/py-flake8-snippets/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flake8-snippets
_pkgname=flake8-snippets
pkgver=0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 which lint for code snippets"
url="https://github.com/bitmazk/flake8-snippets"
arch="noarch"
license="MIT"
-depends="python py-flake8"
+depends="python flake8"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""