python-configshell-fb: bump version
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>
Thu, 3 Sep 2015 07:55:24 +0000 (09:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Oct 2015 12:19:18 +0000 (14:19 +0200)
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>
package/python-configshell-fb/Config.in
package/python-configshell-fb/python-configshell-fb.mk

index 85f47a83bc3eb2e37ffb8179101a6bcbf3558287..a680ce01f13e8f6db312cd747fa809ef5157b325 100644 (file)
@@ -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
index 76ef48d57355447265af905dc77f13aea8f04e86..d0671d5ec91036654abe233e0e107da6ff73cb87 100644 (file)
@@ -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))