diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 09:10:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:52 +0000 |
commit | 8030b6a95f882ad22fa22c564261d9789fd536a8 (patch) | |
tree | dbfd30a791be4e04f7d52b52515770068ca09094 | |
parent | 578d37aca54ad804279e21836a2b8e749a817115 (diff) | |
download | aports-8030b6a95f882ad22fa22c564261d9789fd536a8.tar.bz2 aports-8030b6a95f882ad22fa22c564261d9789fd536a8.tar.xz |
community/py3-pytest-cov: rebuild against python 3.8
-rw-r--r-- | community/py3-pytest-cov/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pytest-cov/APKBUILD b/community/py3-pytest-cov/APKBUILD index 35713b24ba..573aacbe1c 100644 --- a/community/py3-pytest-cov/APKBUILD +++ b/community/py3-pytest-cov/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pytest-cov _pkgname=${pkgname#py3-} pkgver=2.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="Pytest plugin for measuring coverage." options="!check" # Requires unpackaged 'fields' module url="https://github.com/pytest-dev/pytest-cov" |