From c67894eec4f8a2d9ea67af2d0137d2d350878af4 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Thu, 3 Sep 2015 09:55:24 +0200 Subject: python-configshell-fb: bump version Also add new dependency to python-six. Signed-off-by: Christophe Vu-Brugier Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- package/python-configshell-fb/python-configshell-fb.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/python-configshell-fb/python-configshell-fb.mk') diff --git a/package/python-configshell-fb/python-configshell-fb.mk b/package/python-configshell-fb/python-configshell-fb.mk index 76ef48d573..d0671d5ec9 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)) -- cgit v1.2.3