mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
python-rtslib-fb: new package
rtslib-fb is an object-based Python library for configuring the LIO generic SCSI target, present in 3.x Linux kernel versions. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a1b1c2f024
commit
a930816fec
13
package/python-rtslib-fb/python-rtslib-fb.mk
Normal file
13
package/python-rtslib-fb/python-rtslib-fb.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-rtslib-fb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_RTSLIB_FB_VERSION = v2.1.fb49
|
||||
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
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user