python-dateutil: fix dependency
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
This commit is contained in:
parent
16d635be4e
commit
64d2162e52
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-dateutil
|
PKG_NAME:=python-dateutil
|
||||||
PKG_VERSION:=2.5.2
|
PKG_VERSION:=2.5.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -27,7 +27,7 @@ define Package/python-dateutil
|
||||||
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||||
TITLE:=Extensions to the standard Python datetime module
|
TITLE:=Extensions to the standard Python datetime module
|
||||||
URL:=https://dateutil.readthedocs.org/
|
URL:=https://dateutil.readthedocs.org/
|
||||||
DEPENDS:=+python +six
|
DEPENDS:=+python +python-six
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-dateutil/description
|
define Package/python-dateutil/description
|
||||||
|
|
Loading…
Reference in a new issue