mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

* Things have finally settled on a URL structure without needing the hash (See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
375 B
PHP
11 lines
375 B
PHP
DESCRIPTION = "Python API for MISP"
|
|
HOMEPAGE = "https://github.com/MISP/PyMISP"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9e88f5bb83eea02852e3673b8c0c004a"
|
|
PR = "r0"
|
|
|
|
SRC_URI[md5sum] = "9da2b395cf6d00368d0a6b5b11f706dd"
|
|
SRC_URI[sha256sum] = "22a05d2b442991df82eeadfd36b0f54e4e9514e228fdb0a01598184335fe3f4d"
|
|
|
|
RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
|