From 9cdff102ed9f266fb805a6ea2f1d8d59d7b1f5de Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Wed, 26 May 2021 18:04:54 +0530 Subject: [PATCH] python-slugify: add python-text-unidecode dependency --- mingw-w64-python-slugify/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-python-slugify/PKGBUILD b/mingw-w64-python-slugify/PKGBUILD index b8dd2a54ae..aaeffd91f9 100644 --- a/mingw-w64-python-slugify/PKGBUILD +++ b/mingw-w64-python-slugify/PKGBUILD @@ -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"