diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-28 09:48:01 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-28 09:48:01 +0000 |
commit | 193abd97f6d8a2f12662916a4509c82cef543ffc (patch) | |
tree | 659328bbcc271e48a85c6e56dce4d684326ad068 /testing/py-flake8-snippets | |
parent | 5200e479b7ad99fa69cf6f2df7858fefa4379c60 (diff) | |
download | aports-193abd97f6d8a2f12662916a4509c82cef543ffc.tar.bz2 aports-193abd97f6d8a2f12662916a4509c82cef543ffc.tar.xz |
testing/py-flake8-snippets: changed dependency from py-flake8 to flake8 because of renamed package
Diffstat (limited to 'testing/py-flake8-snippets')
-rw-r--r-- | testing/py-flake8-snippets/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-snippets/APKBUILD b/testing/py-flake8-snippets/APKBUILD index df3540df11..8c5a3ccbc9 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="" |