community/py3-jaraco.text: add missing deps

This commit is contained in:
psykose 2023-05-09 01:10:21 +00:00
parent 9070e6b6cb
commit 6a86be23d2

View File

@ -2,12 +2,18 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com> # Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-jaraco.text pkgname=py3-jaraco.text
pkgver=3.11.1 pkgver=3.11.1
pkgrel=1 pkgrel=2
pkgdesc="Module for text manipulation" pkgdesc="Module for text manipulation"
url="https://github.com/jaraco/jaraco.text" url="https://github.com/jaraco/jaraco.text"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="py3-jaraco.context py3-jaraco.functools" depends="
py3-autocommand
py3-inflect
py3-jaraco.context
py3-jaraco.functools
py3-more-itertools
"
makedepends=" makedepends="
py3-gpep517 py3-gpep517
py3-setuptools py3-setuptools