diff --git a/community/py3-jaraco.text/APKBUILD b/community/py3-jaraco.text/APKBUILD index 614f61460a2..110dfaa94df 100644 --- a/community/py3-jaraco.text/APKBUILD +++ b/community/py3-jaraco.text/APKBUILD @@ -2,12 +2,18 @@ # Maintainer: Duncan Bellamy pkgname=py3-jaraco.text pkgver=3.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="Module for text manipulation" url="https://github.com/jaraco/jaraco.text" arch="noarch" license="MIT" -depends="py3-jaraco.context py3-jaraco.functools" +depends=" + py3-autocommand + py3-inflect + py3-jaraco.context + py3-jaraco.functools + py3-more-itertools + " makedepends=" py3-gpep517 py3-setuptools