diff options
Diffstat (limited to 'testing/py3-columnize/APKBUILD')
-rw-r--r-- | testing/py3-columnize/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-columnize/APKBUILD b/testing/py3-columnize/APKBUILD index 642ad3b700f..e1872705867 100644 --- a/testing/py3-columnize/APKBUILD +++ b/testing/py3-columnize/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-columnize pkgver=0.3.10 -pkgrel=0 +pkgrel=1 pkgdesc="Python module to align in columns a simple list" url="https://github.com/rocky/pycolumnize" arch="noarch" @@ -10,7 +10,7 @@ license="MIT" replaces="py-columnize" # for backwards compatibility provides="py-columnize=$pkgver-r$pkgrel" # for backwards compatibility depends="python3" -makedepends="py3-setuptools" +makedepends="py3-setuptools py3-nose" checkdepends="py3-pytest py3-mock py3-pytest-mock" source="https://files.pythonhosted.org/packages/source/c/columnize/columnize-$pkgver.tar.gz" builddir="$srcdir"/columnize-$pkgver |