diff options
-rw-r--r-- | testing/py-flake8-print/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-print/APKBUILD b/testing/py-flake8-print/APKBUILD index bc0b703ceb..d3bda06075 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="" |