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 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"