diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 09:08:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:44 +0000 |
commit | 05e834a7231ffb978b08289d4196f5c6be54d995 (patch) | |
tree | 6e783fd6090dd9b4df5fa3e2991cdba877d1838f /community | |
parent | 1792fb067cb49d2d1ef381c352e68670d1dcab1e (diff) | |
download | aports-05e834a7231ffb978b08289d4196f5c6be54d995.tar.bz2 aports-05e834a7231ffb978b08289d4196f5c6be54d995.tar.xz |
community/py-scipy: rebuild against python 3.7
Diffstat (limited to 'community')
-rw-r--r-- | community/py-scipy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-scipy/APKBUILD b/community/py-scipy/APKBUILD index 75e50ee84c..a0ba4b5774 100644 --- a/community/py-scipy/APKBUILD +++ b/community/py-scipy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=py-scipy pkgver=1.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Python library for scientific computing" url="http://www.scipy.org" arch="all" |