Commit 678ebdf3 authored by Christophe Vu-Brugier's avatar Christophe Vu-Brugier Committed by Peter Korsgaard
Browse files

python-rtslib-fb: bump version

parent dec4a791
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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
+2 −1
Original line number Diff line number Diff line
@@ -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))