X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-wsme_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-wsme_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=9b139428633dacad4b31a7854e8cef36c17243a6;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-wsme_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-wsme_git.bb deleted file mode 100644 index 9b13942..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-wsme_git.bb +++ /dev/null @@ -1,20 +0,0 @@ - -SUMMARY = " Web Services Made Easy (WSME)" -DESCRIPTION = "\ - Web Services Made Easy (WSME) simplifies the writing of REST web services by providing simple yet \ - powerful typing, removing the need to directly manipulate the request and the response objects. \ - " - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" - -SRCREV = "f36a607124355007d3a830ebe7e53efda777c58a" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git/" -PV = "0.9.3+git${SRCPV}" - -SRC_URI = "git://opendev.org/x/wsme.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -DEPENDS += " python3 python3-pbr-native" -inherit distutils3