summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 00:50:06 +0200
committerSimon Hanna2015-09-13 00:51:31 +0200
commit4773e9c63279160cb8ee8505d4e49ce34e944e3e (patch)
tree6d66f23fdc1f3f7890075a624b2b65c0abdf5260
parent90d3ffd7d739275e1eae2ce7d9e31078d0c00a8a (diff)
downloadaur-4773e9c63279160cb8ee8505d4e49ce34e944e3e.tar.gz
Add makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1401d852f374..66c12cb69693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = mailman-core
install = mailman-core.install
arch = any
license = LGPL
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
depends = python-zope-interface
depends = python-zope-event
depends = python-zope-configuration
diff --git a/PKGBUILD b/PKGBUILD
index d6191053d3f0..90d2c8c8d7f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgrel=1
pkgdesc="A mailing list management system"
arch=(any)
conflicts=('mailman')
+makedepends=('python-setuptools' 'python2-setuptools')
depends=('python-zope-interface' 'python-zope-event' 'python-zope-configuration'
'python-zope-component' 'python-passlib' 'python-nose2' 'python-httplib2'
'python-flufl-lock' 'python-flufl-i18n' 'python-flufl-bounce' 'python-falcon'
@@ -28,7 +29,6 @@ sha256sums=('0cc28e99bbe5a8e0638f9437d1fa8490fb69634cdef30324c7a5e63719581fc2'
'96c8fad27e6af4272c1eaeaab77f33bb0b4bf86e4b21e0c4ceca3a5c9d37f0a8'
'f48dac59786be58c6a8b5fe2a12f4f356872d87600be64506f22066508847f3a')
-
package() {
# install systemd files
install -Dm 644 "${_pkgbase}.service" "$pkgdir/usr/lib/systemd/system/${_pkgbase}.service"