summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3809442d38aa..682c1baaadc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-mailmanclient
url = https://gitlab.com/mailman/mailmanclient
arch = any
license = LGPL
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = mailmanclient-1.0.0.tar.gz::https://gitlab.com/mailman/mailmanclient/repository/archive.tar.gz?ref=1.0.0
sha256sums = d02b6477c4a7fa5f5a378a696ed51f4122eb9196b9384dca0ee52d612a4d77b7
diff --git a/PKGBUILD b/PKGBUILD
index d1b68acf14ac..dc42fe296fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ arch=(any)
url="https://gitlab.com/mailman/mailmanclient"
license=('LGPL')
options=(!emptydirs)
-install=
source=("${_pkgbase}-${pkgver}.tar.gz::https://gitlab.com/mailman/mailmanclient/repository/archive.tar.gz?ref=${pkgver}")
sha256sums=('d02b6477c4a7fa5f5a378a696ed51f4122eb9196b9384dca0ee52d612a4d77b7')
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-mailmanclient() {
depends=('python')