678ebdf3c8
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>
15 lines
498 B
Makefile
15 lines
498 B
Makefile
################################################################################
|
|
#
|
|
# python-rtslib-fb
|
|
#
|
|
################################################################################
|
|
|
|
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))
|