From c5118982853ec40d6b02d162ce163bcfa09fb098 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 8 Jan 2013 03:03:41 -0600 Subject: testing/py-dateutil: require py-six --- testing/py-dateutil/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/py-dateutil/APKBUILD') diff --git a/testing/py-dateutil/APKBUILD b/testing/py-dateutil/APKBUILD index 80cbe902c..95a28570d 100644 --- a/testing/py-dateutil/APKBUILD +++ b/testing/py-dateutil/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: William Pitcock pkgname=py-dateutil pkgver=2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python extensions for datetime module" url="http://labix.org/python-dateutil" arch="noarch" license="BSD" -depends="python" +depends="python py-six" depends_dev="" makedepends="python-dev py-setuptools" install="" -- cgit v1.2.3