diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:22:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:55 +0000 |
commit | b6a20ae8e53e1663a5457daa76b0a6ef18621b4c (patch) | |
tree | 11c9cb2e90e8cee955a203527c66db6cb777e64d /testing/py-h5py | |
parent | 864ab86c71a680582b62ea205727ef7f0bc00ae7 (diff) | |
download | aports-b6a20ae8e53e1663a5457daa76b0a6ef18621b4c.tar.bz2 aports-b6a20ae8e53e1663a5457daa76b0a6ef18621b4c.tar.xz |
testing/py-h5py: rebuild against python 3.7
Diffstat (limited to 'testing/py-h5py')
-rw-r--r-- | testing/py-h5py/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-h5py/APKBUILD b/testing/py-h5py/APKBUILD index 0da325ead0..5e7d8aadb3 100644 --- a/testing/py-h5py/APKBUILD +++ b/testing/py-h5py/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-h5py _pkgname=h5py pkgver=2.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Read and write HDF5 files from Python" url="https://www.h5py.org" arch="all !s390x" |