diff --git a/mingw-w64-python-ftfy/PKGBUILD b/mingw-w64-python-ftfy/PKGBUILD index b2f1b06ce6..683d9c4990 100644 --- a/mingw-w64-python-ftfy/PKGBUILD +++ b/mingw-w64-python-ftfy/PKGBUILD @@ -10,7 +10,7 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64') url="https://github.com/LuminosoInsight/python-ftfy" license=('MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python") +depends=("${MINGW_PACKAGE_PREFIX}-python-wcwidth") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://files.pythonhosted.org/packages/source/f/${_realname}/${_realname}-${pkgver}.tar.gz") sha256sums=('9eb68533eb2a6124e96ed7f63049e6c519194fda3fae92629b5e0b5753cb2c8f')