summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 01:05:21 +0200
committerSimon Hanna2015-09-13 01:05:21 +0200
commit8d74dff2e874850ee4fb99c97f18c9836ba58eff (patch)
treebfa7ddbfaacdf09c99b83bda3915f82919860e99
parent473035b0b9eb05cc45e0b72664c5f99e560635df (diff)
downloadaur-8d74dff2e874850ee4fb99c97f18c9836ba58eff.tar.gz
Add makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f002066b6e..3731cb491c45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-mailman-hyperkitty-plugin
url = https://gitlab.com/mailman/mailman-hyperkitty
arch = any
license = GPL
+ makedepends = python-setuptools
depends = mailman-core
depends = python-setuptools
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 506610e845fb..244de39f7bd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Hyperkitty archive plugin for mailman"
arch=(any)
+makedepends=('python-setuptools')
depends=('mailman-core' 'python-setuptools' 'python-requests')
url="https://gitlab.com/mailman/mailman-hyperkitty"
license=('GPL')