diff options
Diffstat (limited to 'testing/py-dateutil/APKBUILD')
-rw-r--r-- | testing/py-dateutil/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-dateutil/APKBUILD b/testing/py-dateutil/APKBUILD index 80cbe902c5..95a28570d7 100644 --- a/testing/py-dateutil/APKBUILD +++ b/testing/py-dateutil/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> 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="" |