From aa8d3899aa342d803f801519014bce29721ca187 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Tue, 26 Aug 2014 06:40:39 -0500 Subject: testing/supervisor: fix the dependencies and revbump the package supervisor uses the pkg_resources feature of setuptools --- testing/supervisor/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/supervisor') diff --git a/testing/supervisor/APKBUILD b/testing/supervisor/APKBUILD index fab6c7b0f2..3bb3094b66 100644 --- a/testing/supervisor/APKBUILD +++ b/testing/supervisor/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: pkgname=supervisor pkgver=3.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="A system for controlling process state under UNIX" url="http://supervisord.org" arch="noarch" license="custom" -depends="python py-meld3" -depends_dev="python-dev py-setuptools" +depends="python py-meld3 py-setuptools" +depends_dev="python-dev" makedepends="$depends_dev" install="" subpackages="" -- cgit v1.2.3