mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 03:52:10 +00:00
This reverts commit e57ea511ee. As noted
by the original author of the package, Christophe Vu-Brugier, this
package should be updated together with python-configshell-fb and
python-targetcli-fb.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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))
|