X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-configobj_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-configobj_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=6e8db9fef92149060be50748059bb67423d6e935;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-configobj_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-configobj_git.bb deleted file mode 100644 index 6e8db9f..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-configobj_git.bb +++ /dev/null @@ -1,17 +0,0 @@ - -DESCRIPTION = "ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer’s interface and a simple syntax for config files." - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9a851af36881461de16b8fecf59a9e17" - -SRCREV = "45fbf1b85b181853caea4d251e6d4c0232735e85" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "5.0.6+git${SRCPV}" - -SRC_URI = "git://github.com/DiffSK/configobj;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " python" -inherit setuptools distutils pkgconfig