diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 19:31:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | 23da2f6436696c230a7afc3f6dd581398fd8c679 (patch) | |
tree | 8c7bee94e51b39968acbe07300292d6e9a34130d /testing/py-nosexcover | |
parent | 6f87e4bdd0e303caa8a71e0364bd49b26b5413b0 (diff) | |
download | aports-23da2f6436696c230a7afc3f6dd581398fd8c679.tar.bz2 aports-23da2f6436696c230a7afc3f6dd581398fd8c679.tar.xz |
testing/py-nosexcover: rebuild against python 3.7
Diffstat (limited to 'testing/py-nosexcover')
-rw-r--r-- | testing/py-nosexcover/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-nosexcover/APKBUILD b/testing/py-nosexcover/APKBUILD index c09022c01d..3e780edc95 100644 --- a/testing/py-nosexcover/APKBUILD +++ b/testing/py-nosexcover/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-nosexcover _pkgname=nose-xcover pkgver=1.0.11 -pkgrel=0 +pkgrel=1 pkgdesc="Extends nose.plugins.cover to add Cobertura-style XML reports" url="https://pypi.python.org/pypi/nosexcover/" arch="noarch" |