Append python3-backlash because it is dependent on python3-pecan runtime. Signed-off-by: Zang Ruochen <[email protected]> --- .../python/python3-backlash_0.3.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb
diff --git a/meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb b/meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb new file mode 100644 index 00000000..b83a23f9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "backlash is a swiss army knife for web applications debugging" +HOMEPAGE = "https://pypi.org/project/backlash/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ca5c23eefc8077a81d9c7b5384f38be8" + +SRC_URI[md5sum] = "c80c065e33b6891c5e5ac70ac3a2551c" +SRC_URI[sha256sum] = "ddf6e1d59ce30deb190478c98ade84557ee9333435fbd377c011588c71f862a0" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += " \ + python3-netclient \ + python3-netserver \ + python3-json \ + python3-webob \ + python3-threading \ + python3-logging \ +" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6025): https://lists.yoctoproject.org/g/meta-virtualization/message/6025 Mute This Topic: https://lists.yoctoproject.org/mt/78131775/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
