diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:44:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | f82c12573977544ee4e129bffed6dd35f0f9d018 (patch) | |
tree | 793d9563e7a69a0b7f81c819fe5dc419e2608dc8 | |
parent | 21ed473a07d837e3086d317da4b99efab462a3cf (diff) | |
download | aports-f82c12573977544ee4e129bffed6dd35f0f9d018.tar.bz2 aports-f82c12573977544ee4e129bffed6dd35f0f9d018.tar.xz |
testing/py-flake8-print: rebuild against python 3.7
-rw-r--r-- | testing/py-flake8-print/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-print/APKBUILD b/testing/py-flake8-print/APKBUILD index a51cd21e90..7e19fcb09e 100644 --- a/testing/py-flake8-print/APKBUILD +++ b/testing/py-flake8-print/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-flake8-print _pkgname=flake8-print pkgver=2.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Extension for flake8 which lint for print statements" url="https://github.com/jbkahn/flake8-print" arch="noarch" |