lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 64d2162e52ff56208a3d67d6d01270b938cad8ef
parent 16d635be4ea27a2af4a2fa3660d8164c15c71f13
Author: Gergely Kiss <mail.gery@gmail.com>
Date:   Thu,  5 May 2016 00:46:24 +0200

python-dateutil: fix dependency

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>

Diffstat:
Mlang/python-dateutil/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 <mail.gery@gmail.com> 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