From 4cdd90fcd429dbc3823ff341bbcc8123c60ce1f5 Mon Sep 17 00:00:00 2001 From: Michel Zou Date: Thu, 17 Oct 2019 18:36:11 +0200 Subject: [PATCH] setuptools --- .SRCINFO | 1 + PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index 6462d46..f7af2ed 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,6 +5,7 @@ pkgbase = python-pamela url = https://github.com/minrk/pamela arch = any license = MIT + makedepends = python-setuptools depends = pam depends = python source = https://github.com/minrk/pamela/archive/1.0.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 99ce87d..6ef68ff 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,6 +6,7 @@ arch=('any') url="https://github.com/minrk/pamela" license=('MIT') depends=('pam' 'python') +makedepends=('python-setuptools') source=("https://github.com/minrk/pamela/archive/${pkgver}.tar.gz") md5sums=('0df71e470bc4199548734794a4ddc33a')