ftfy: add wcwidth dependency
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user