From 96cf5d1540cc17da263ba72f3613cb2ceee760a4 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Sun, 18 Apr 2021 08:21:21 +0530 Subject: [PATCH] ftfy: add wcwidth dependency --- mingw-w64-python-ftfy/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')