projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d635b
)
python-dateutil: fix dependency
author
Gergely Kiss
<mail.gery@gmail.com>
Wed, 4 May 2016 22:46:24 +0000
(
00:46
+0200)
committer
Etienne CHAMPETIER
<champetier.etienne@gmail.com>
Wed, 24 Aug 2016 20:35:34 +0000
(20:35 +0000)
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
lang/python-dateutil/Makefile
patch
|
blob
|
history
diff --git
a/lang/python-dateutil/Makefile
b/lang/python-dateutil/Makefile
index 01fbca6068a964c228d33f7e6b7b104e02370338..c0d25b8cf4a39dccc4a30a14160cc1439a691084 100644
(file)
--- 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