summaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-print
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:47:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:47:09 +0000
commit1d0b68ae18e12a170a1b508ec5d20c6c4f39c62c (patch)
tree792fb191603bb33ce689e8dfb4ac40a5faead0bd /testing/py-flake8-print
parent3c3cdbd4a3bc11925b4d6fa3a4c42889fac7127d (diff)
testing/py-flake8-print: changed dependency from py-flake8 to flake8 because of renamed package
Diffstat (limited to 'testing/py-flake8-print')
-rw-r--r--testing/py-flake8-print/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-print/APKBUILD b/testing/py-flake8-print/APKBUILD
index bc0b703cebc..d3bda060750 100644
--- a/testing/py-flake8-print/APKBUILD
+++ b/testing/py-flake8-print/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flake8-print
_pkgname=flake8-print
pkgver=1.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 which lint for print statements"
url="https://github.com/jbkahn/flake8-print"
arch="noarch"
license="MIT"
-depends="python py-flake8"
+depends="python flake8"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""