git » pyalpm.git » commit 2e92e21

Add setuptools build dep

author Evangelos Foutras
2020-11-10 04:45:55 UTC
committer Evangelos Foutras
2020-11-10 04:45:55 UTC
parent dd3a1e5c6191b4a6dae44b731a2b44e79bfff3c6

Add setuptools build dep

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b614d6f..55f121f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Libalpm bindings for Python 3"
 arch=('x86_64')
 url="https://git.archlinux.org/pyalpm.git/"
 license=('GPL')
-makedepends=('git' 'python-pytest')
+makedepends=('git' 'python-setuptools' 'python-pytest')
 depends=('python>=3.6' 'pacman>=5.0')
 source=("git+https://git.archlinux.org/pyalpm.git#commit=81a1749b87793737961147a6843468b0dc3dd1e7" "memleak.patch")
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')