~dricottone/huttese-apk

eef67f2a433369fa39f2597af9ee310f3ef27d1b — Drew DeVault 5 years ago ab4c587
py3-case: add py3-six to depends
1 files changed, 1 insertions(+), 1 deletions(-)

M sr.ht/py3-case/APKBUILD
M sr.ht/py3-case/APKBUILD => sr.ht/py3-case/APKBUILD +1 -1
@@ 7,7 7,7 @@ pkgdesc="Ptyhon unit testing utilities"
url="https://github.com/celery/case"
arch="noarch"
license="BSD"
depends="python3 py3-nose"
depends="python3 py3-nose py3-six"
makedepends="py-setuptools"
source="https://files.pythonhosted.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz"
builddir="$srcdir/${_name}-${pkgver}"