diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rtslib-fb.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rtslib-fb.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc b/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc new file mode 100644 index 0000000..e14f33d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)" | ||
| 2 | HOMEPAGE = "http://github.com/agrover/rtslib-fb" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=867c358d5dbac2602d0c0f850f731e62" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036" | ||
| 8 | SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | " | ||
