python-slugify: add python-text-unidecode dependency

This commit is contained in:
Naveen M K
2021-05-26 18:04:54 +05:30
committed by GitHub
parent be5438d556
commit 9cdff102ed

View File

@@ -13,6 +13,7 @@ url="https://github.com/un33k/python-slugify"
license=('MIT')
depends=(
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-text-unidecode"
)
makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools"