diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-28 11:05:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:52 +0000 |
commit | 88ce407bfccfd4c55e80c5c5200101b7f2b50969 (patch) | |
tree | 67fd7982f3c6529423383590d3315a46e15ef0aa /community | |
parent | bd9b3369f172968fb5a5a26a869f0eb4a6fb5807 (diff) | |
download | aports-88ce407bfccfd4c55e80c5c5200101b7f2b50969.tar.bz2 aports-88ce407bfccfd4c55e80c5c5200101b7f2b50969.tar.xz |
community/py3-flake8: rebuild against python 3.8
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-flake8/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-flake8/APKBUILD b/community/py3-flake8/APKBUILD index c2770706ec..945561e754 100644 --- a/community/py3-flake8/APKBUILD +++ b/community/py3-flake8/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-flake8 _pkgname=flake8 pkgver=3.7.9 -pkgrel=0 +pkgrel=1 pkgdesc="A modular source code checker" options="!check" # Some tests fail url="https://gitlab.com/pycqa/flake8" |