diff --git a/mingw-w64-python-cattrs/PKGBUILD b/mingw-w64-python-cattrs/PKGBUILD index c322c30436..69a2727e31 100644 --- a/mingw-w64-python-cattrs/PKGBUILD +++ b/mingw-w64-python-cattrs/PKGBUILD @@ -10,7 +10,8 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') url="https://github.com/Tinche/cattrs" license=('MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python") +depends=("${MINGW_PACKAGE_PREFIX}-python" + "${MINGW_PACKAGE_PREFIX}-python-attrs") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('!emptydirs') source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz")