From 1ee73d3616203ce1fb5489eccedced7d43fb718b Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Sat, 13 Feb 2021 19:02:58 +0530 Subject: [PATCH] add pyparsing --- mingw-w64-python-setuptools/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-python-setuptools/PKGBUILD b/mingw-w64-python-setuptools/PKGBUILD index 36e584dcf4..222d914f0c 100644 --- a/mingw-w64-python-setuptools/PKGBUILD +++ b/mingw-w64-python-setuptools/PKGBUILD @@ -16,6 +16,7 @@ license=('PSF') url="https://pypi.org/pypi/setuptools" depends=("${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-appdirs" + "${MINGW_PACKAGE_PREFIX}-python-pyparsing" "${MINGW_PACKAGE_PREFIX}-python-ordered-set") optdepends=("${MINGW_PACKAGE_PREFIX}-python-certifi: Mozilla's CA Bundle support" "${MINGW_PACKAGE_PREFIX}-python-wincertstore: Windows' cert store support")