X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-cheroot_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-cheroot_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=87df278648de27c59532184d64da75341c25708a;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-cheroot_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-cheroot_git.bb deleted file mode 100644 index 87df278..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-cheroot_git.bb +++ /dev/null @@ -1,32 +0,0 @@ - -SUMMARY = "Cheroot is the high-performance, pure-Python HTTP server used by CherryPy." - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=beeffd9dfcc746ed5a91921f1acc2746" - -SRCREV = "c7ca7ff0bcebb53e1bed783280a3bb5db35f900f" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "7.0.0" - -SRC_URI = "git://github.com/cherrypy/cheroot.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " \ - python3 \ - python3-setuptools-scm-native \ - python3-setuptools-scm-git-archive-native \ - " - -RDEPENDS_${PN} += " \ - python3-email \ - python3-fcntl \ - python3-io \ - python3-logging \ - python3-unixadmin \ - python3-pyopenssl \ - python3-six \ - " - -inherit setuptools3 distutils3 pkgconfig