diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:40:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:55 +0000 |
commit | 113fa6d9d9d34899518e1b0afe67589681775249 (patch) | |
tree | ccb4d29e324315412c6ff42068bd059470e61ed7 | |
parent | 375a2a0a4039e6c6a4e482a11c71e7687807e573 (diff) | |
download | aports-113fa6d9d9d34899518e1b0afe67589681775249.tar.bz2 aports-113fa6d9d9d34899518e1b0afe67589681775249.tar.xz |
testing/pytest-expect: rebuild against python 3.7
-rw-r--r-- | testing/pytest-expect/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pytest-expect/APKBUILD b/testing/pytest-expect/APKBUILD index 4bb0fc9452..d264dbcbbf 100644 --- a/testing/pytest-expect/APKBUILD +++ b/testing/pytest-expect/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=pytest-expect pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="py.test plugin that stores test expectations." url="https://github.com/gsnedders/pytest-expect" arch="noarch" |