From eaabb2bb94099be1d646b16a8f344f295bcf2079 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 May 2021 15:36:51 +0200 Subject: [PATCH] cattrs: depend on attrs --- mingw-w64-python-cattrs/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")