diff options
author | Ćukasz Jendrysik <scadu@yandex.com> | 2017-02-17 08:25:09 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-18 16:32:42 +0100 |
commit | 5bfbf92a89ce924e82cc749a7160ddfac8e83f7f (patch) | |
tree | d2cc6758e1de41a9eb61b2d72856ce2ff6f323fc /community | |
parent | 0e9cf390f9dd58782dc30fd2ed239fd462c2b8a8 (diff) | |
download | aports-5bfbf92a89ce924e82cc749a7160ddfac8e83f7f.tar.bz2 aports-5bfbf92a89ce924e82cc749a7160ddfac8e83f7f.tar.xz |
community/pytest: rebuild against new version of python3
Diffstat (limited to 'community')
-rw-r--r-- | community/pytest/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD index 9bf13e2190..43c064bae5 100644 --- a/community/pytest/APKBUILD +++ b/community/pytest/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pytest pkgver=3.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="A python test library" url="http://pytest.org" arch="noarch" |