From: Gergely Kiss Date: Wed, 4 May 2016 22:46:24 +0000 (+0200) Subject: python-dateutil: fix dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=64d2162e52ff56208a3d67d6d01270b938cad8ef;p=openwrt-packages.git python-dateutil: fix dependency Signed-off-by: Gergely Kiss --- diff --git a/lang/python-dateutil/Makefile b/lang/python-dateutil/Makefile index 01fbca606..c0d25b8cf 100644 --- a/lang/python-dateutil/Makefile +++ b/lang/python-dateutil/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dateutil PKG_VERSION:=2.5.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-2-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -27,7 +27,7 @@ define Package/python-dateutil MAINTAINER:=Gergely Kiss TITLE:=Extensions to the standard Python datetime module URL:=https://dateutil.readthedocs.org/ - DEPENDS:=+python +six + DEPENDS:=+python +python-six endef define Package/python-dateutil/description