From af0a648c657998ee4dfcaab6c263529f0232398e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 23 Oct 2020 21:36:56 +0200 Subject: python-hpilo: add python-setuptools to makedepends --- python-hpilo/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python-hpilo') diff --git a/python-hpilo/PKGBUILD b/python-hpilo/PKGBUILD index 49cfc0dc..e7fc2d8b 100644 --- a/python-hpilo/PKGBUILD +++ b/python-hpilo/PKGBUILD @@ -10,6 +10,9 @@ depends=( 'python>=3.8' 'python<3.9' ) +makedepends=( + 'python-setuptools' +) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/seveas/${pkgname}/archive/${pkgver}.tar.gz") sha512sums=('6f0bed77c9f1d68a6efd1fe1a6e78fd1c91b742c1b954a09b83c9afac2c793caa18e6c484175be3e1c1ec0449f77253bf3beea18cd454cfaebbeef63f5515b54') -- cgit v1.2.3-54-g00ecf