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

index 42a610cc5e5b07fb3f857c90c18deb473be81300..7bae5604092819085ebc7d24199105cc8d87d3e5 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_RTSLIB_FB
        bool "python-rtslib-fb"
+       select BR2_PACKAGE_PYTHON_SIX
        help
          rtslib-fb is an object-based Python library for configuring
          the LIO generic SCSI target, present in 3.x Linux kernel
index d45c261323c4b428b0b6d7f301a40cbf78aaef1a..85bee0ba752bd016d7151f397d1608155e2d1f13 100644 (file)
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-PYTHON_RTSLIB_FB_VERSION = v2.1.fb50
+PYTHON_RTSLIB_FB_VERSION = v2.1.fb57
 PYTHON_RTSLIB_FB_SITE = $(call github,agrover,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION))
 PYTHON_RTSLIB_FB_LICENSE = Apache-2.0
 PYTHON_RTSLIB_FB_LICENSE_FILES = COPYING
 PYTHON_RTSLIB_FB_SETUP_TYPE = setuptools
+PYTHON_RTSLIB_FB_DEPENDENCIES = python-six
 
 $(eval $(python-package))