Files
CoreMP135_buildroot/package/python-configshell-fb/python-configshell-fb.mk
T

17 lines
684 B
Makefile
Raw Normal View History

2014-09-18 12:00:54 +02:00
################################################################################
#
# python-configshell-fb
#
################################################################################
# When upgrading the version, be sure to also upgrade python-rtslib-fb
# and targetcli-fb at the same time.
2015-09-03 09:55:24 +02:00
PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb18
PYTHON_CONFIGSHELL_FB_SITE = $(call github,open-iscsi,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION))
2014-09-18 12:00:54 +02:00
PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
PYTHON_CONFIGSHELL_FB_SETUP_TYPE = setuptools
2015-09-03 09:55:24 +02:00
PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-six python-urwid
2014-09-18 12:00:54 +02:00
$(eval $(python-package))