cattrs: depend on attrs

This commit is contained in:
Christoph Reiter
2021-05-30 15:36:51 +02:00
committed by GitHub
parent b52197d42b
commit eaabb2bb94

View File

@@ -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")