pbr: add setuptools dependency

This commit is contained in:
Naveen M K
2021-04-30 11:57:44 +05:30
committed by GitHub
parent a204f5bde1
commit 2547fde773

View File

@@ -14,6 +14,7 @@ license=("Apache")
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-stestr"
"${MINGW_PACKAGE_PREFIX}-python-testscenarios"
"${MINGW_PACKAGE_PREFIX}-python-testresources"