From cf95e992f12ecbef0858a516379966a6c98fdfcd Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Thu, 21 Jan 2021 11:19:03 +0530 Subject: [PATCH] fix deps --- mingw-w64-python-faker/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-faker/PKGBUILD b/mingw-w64-python-faker/PKGBUILD index f85a15ebf4..294ed9db45 100644 --- a/mingw-w64-python-faker/PKGBUILD +++ b/mingw-w64-python-faker/PKGBUILD @@ -12,8 +12,8 @@ pkgdesc="Faker generates fake data for you (mingw-w64)" arch=('any') url="https://faker.readthedocs.io/en/master/" license=('MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python-python_dateutil" - "${MINGW_PACKAGE_PREFIX}-python-text_unidecode") +depends=("${MINGW_PACKAGE_PREFIX}-python-dateutil" + "${MINGW_PACKAGE_PREFIX}-python-text-unidecode") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-ukpostcodeparser" "${MINGW_PACKAGE_PREFIX}-python-mock"