From 6a86be23d28d77cdce31ad92c40a56b2da104538 Mon Sep 17 00:00:00 2001 From: psykose Date: Tue, 9 May 2023 01:10:21 +0000 Subject: [PATCH] community/py3-jaraco.text: add missing deps --- community/py3-jaraco.text/APKBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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