diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-28 09:38:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-28 09:38:30 +0000 |
commit | b876ff9ee6f4137f921e45a4f62a34ec00dbb829 (patch) | |
tree | 8e629ec61d00e4323286b94cb706700708eb8218 /testing | |
parent | 3609f31e5debf054784cdfc6e77751e5533d9512 (diff) | |
download | aports-b876ff9ee6f4137f921e45a4f62a34ec00dbb829.tar.bz2 aports-b876ff9ee6f4137f921e45a4f62a34ec00dbb829.tar.xz |
testing/py-flake8-copyright: changed dependency from py-flake8 to flake8 because of renamed package
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-flake8-copyright/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-copyright/APKBUILD b/testing/py-flake8-copyright/APKBUILD index d14719654c..47f7b11b90 100644 --- a/testing/py-flake8-copyright/APKBUILD +++ b/testing/py-flake8-copyright/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-flake8-copyright _pkgname=flake8-copyright pkgver=0.1 -pkgrel=0i +pkgrel=1 pkgdesc="Extension for flake8 which checks for copyrights" url="https://github.com/savoirfairelinux/flake8-copyright" arch="noarch" license="MIT" -depends="python py-flake8" +depends="python flake8" depends_dev="" makedepends="python-dev py-setuptools" install="" |