summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2015-09-03 09:55:24 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-10-03 14:19:18 +0200
commitc67894eec4f8a2d9ea67af2d0137d2d350878af4 (patch)
treeb64f954352a8311bab744a2ce86f14c933105152 /package
parent678ebdf3c8920af55d0ff916123c1b0d99e4f74e (diff)
python-configshell-fb: bump version
Also add new dependency to python-six. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r--package/python-configshell-fb/Config.in1
-rw-r--r--package/python-configshell-fb/python-configshell-fb.mk4
2 files changed, 3 insertions, 2 deletions
diff --git a/package/python-configshell-fb/Config.in b/package/python-configshell-fb/Config.in
index 85f47a83b..a680ce01f 100644
--- a/package/python-configshell-fb/Config.in
+++ b/package/python-configshell-fb/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
select BR2_PACKAGE_PYTHON_PYPARSING
select BR2_PACKAGE_PYTHON3_READLINE if BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_READLINE if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON_SIX
select BR2_PACKAGE_PYTHON_URWID
help
configshell-fb is a Python library that provides a framework
diff --git a/package/python-configshell-fb/python-configshell-fb.mk b/package/python-configshell-fb/python-configshell-fb.mk
index 76ef48d57..d0671d5ec 100644
--- a/package/python-configshell-fb/python-configshell-fb.mk
+++ b/package/python-configshell-fb/python-configshell-fb.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb15
+PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb18
PYTHON_CONFIGSHELL_FB_SITE = $(call github,agrover,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION))
PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
PYTHON_CONFIGSHELL_FB_SETUP_TYPE = setuptools
-PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-urwid
+PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-six python-urwid
$(eval $(python-package))