diff --git a/community/py3-bioframe/APKBUILD b/community/py3-bioframe/APKBUILD index 791b665382011ec71ea85e97dea09e82cdecab7c..c6d1408620311378395b67b08e9b2e0d1b79073f 100644 --- a/community/py3-bioframe/APKBUILD +++ b/community/py3-bioframe/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=py3-bioframe pkgver=0.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="Pandas utilities for tab-delimited and other genomic data files" url="https://github.com/open2c/bioframe" arch="noarch !armhf !armv7 !x86" #assertion errors license="MIT" -depends="python3 py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests py3-typing-extensions" +depends="py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests py3-typing-extensions py3-setuptools" checkdepends="py3-pytest-xdist" makedepends="py3-gpep517 py3-hatchling py3-setuptools py3-wheel" subpackages="$pkgname-pyc"