ftfy: add wcwidth dependency

This commit is contained in:
Naveen M K
2021-04-18 08:21:21 +05:30
committed by GitHub
parent 69395ffb0c
commit 96cf5d1540

View File

@@ -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')