summaryrefslogtreecommitdiff
path: root/package/python-rtslib-fb/python-rtslib-fb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-rtslib-fb/python-rtslib-fb.mk')
-rw-r--r--package/python-rtslib-fb/python-rtslib-fb.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/python-rtslib-fb/python-rtslib-fb.mk b/package/python-rtslib-fb/python-rtslib-fb.mk
index d45c26132..85bee0ba7 100644
--- a/package/python-rtslib-fb/python-rtslib-fb.mk
+++ b/package/python-rtslib-fb/python-rtslib-fb.mk
@@ -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))