diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-09 16:46:06 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-14 23:16:41 -0500 |
| commit | 8c00549d3a75c1bb42c2dba01fb6973037018f39 (patch) | |
| tree | 600133166ecdf2be1cec191327318adeaffa219d /meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb | |
| parent | a609e02515f69e5598f3e2ad1896b98cfbf5d941 (diff) | |
| download | meta-cloud-services-8c00549d3a75c1bb42c2dba01fb6973037018f39.tar.gz | |
python3-backlash: Add recipe
Append python3-backlash because it is dependent on python3-pecan
runtime.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 0000000..b83a23f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "backlash is a swiss army knife for web applications debugging" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/backlash/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ca5c23eefc8077a81d9c7b5384f38be8" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "c80c065e33b6891c5e5ac70ac3a2551c" | ||
| 8 | SRC_URI[sha256sum] = "ddf6e1d59ce30deb190478c98ade84557ee9333435fbd377c011588c71f862a0" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python3-netclient \ | ||
| 14 | python3-netserver \ | ||
| 15 | python3-json \ | ||
| 16 | python3-webob \ | ||
| 17 | python3-threading \ | ||
| 18 | python3-logging \ | ||
| 19 | " | ||
