Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python3-wsme_git.bb
1
2 SUMMARY = " Web Services Made Easy (WSME)"
3 DESCRIPTION = "\
4         Web Services Made Easy (WSME) simplifies the writing of REST web services by providing simple yet \
5         powerful typing, removing the need to directly manipulate the request and the response objects. \
6         "
7
8 LICENSE = "MIT"
9 LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
10
11 SRCREV = "f36a607124355007d3a830ebe7e53efda777c58a"
12 PROTOCOL = "https"
13 BRANCH = "master"
14 S = "${WORKDIR}/git/"
15 PV = "0.9.3+git${SRCPV}"
16
17 SRC_URI = "git://opendev.org/x/wsme.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
18
19 DEPENDS += " python3 python3-pbr-native"
20 inherit distutils3