diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ecdsa.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ecdsa.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ecdsa.inc b/meta-openstack/recipes-devtools/python/python-ecdsa.inc new file mode 100644 index 0000000..b7c8356 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-ecdsa.inc | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "ECDSA cryptographic signature library" | ||
| 2 | HOMEPAGE = "https://github.com/warner/python-ecdsa" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "1f60eda9cb5c46722856db41a3ae6670" | ||
| 8 | SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | ${PYTHON_PN}-pip \ | ||
| 14 | ${PYTHON_PN}-pbr \ | ||
| 15 | " | ||
| 16 | |||
| 17 | # RDEPENDS_default: | ||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | ${PYTHON_PN}-pbr \ | ||
| 20 | " | ||
