aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-31 09:15:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:34:00 +0000
commit99e0b5b357a5e61488734f53ae094f0adc7724ce (patch)
tree992202dfe063abe0d673c03e8fff77b1708a2afe
parentffde94e7390033d45a422c4ef79048ce8dbe88e0 (diff)
community/py3-pytools: rebuild against python 3.8
-rw-r--r--community/py3-pytools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pytools/APKBUILD b/community/py3-pytools/APKBUILD
index 6c424bf2db5..007191babb5 100644
--- a/community/py3-pytools/APKBUILD
+++ b/community/py3-pytools/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-pytools
pkgver=2019.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="Collection of tools for Python3"
options="!check" # Tests required unpackaged dependencies not specified in requires.txt
url="https://github.com/inducer/pytools"