diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:35:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:35:43 -0300 |
commit | db402d130428c08d37afa520f68f01959f05bbe1 (patch) | |
tree | 8fcd50a8d6d8fb0226d1c1a7c8ef354d1ffa5b56 /testing/py3-biopython | |
parent | 92eec4965f90d43f8912347a50b3bcd777c6ee3c (diff) | |
download | aports-db402d130428c08d37afa520f68f01959f05bbe1.tar.bz2 aports-db402d130428c08d37afa520f68f01959f05bbe1.tar.xz |
testing/py3-biopython: fix dependency on py-numpy-dev
Diffstat (limited to 'testing/py3-biopython')
-rw-r--r-- | testing/py3-biopython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-biopython/APKBUILD b/testing/py3-biopython/APKBUILD index f88c2f4a14..fb2811ea62 100644 --- a/testing/py3-biopython/APKBUILD +++ b/testing/py3-biopython/APKBUILD @@ -3,14 +3,14 @@ pkgname=py3-biopython _pkgname=biopython pkgver=1.74 -pkgrel=0 +pkgrel=1 pkgdesc="Python tools for computational molecular biology." options="!check" # test_NCBI_qblast hangs url="https://biopython.org/" arch="all" license="BSD-3-Clause" depends="py3-numpy python3" -makedepends="py3-setuptools py-numpy-dev python3-dev" +makedepends="py3-setuptools py3-numpy-dev python3-dev" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |