X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-yaql_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-yaql_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=ecdec7a84bd66c3f96cbdd0f9c60b4214792f546;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-yaql_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-yaql_git.bb deleted file mode 100644 index ecdec7a..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-yaql_git.bb +++ /dev/null @@ -1,17 +0,0 @@ - -DESCRIPTION = "YAQL (Yet Another Query Language) is an embeddable and extensible query language, that allows performing complex queries against arbitrary objects. It has a vast and comprehensive standard library of frequently used querying functions and can be extend even further with user-specified functions. YAQL is written in python and is distributed via PyPI." - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" - -SRCREV = "7385a31b9dbfc777a514ba28fe507fbf904cc779" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "1.1.3+git${SRCPV}" - -SRC_URI = "git://github.com/openstack/yaql.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " python python-pbr-native" -inherit setuptools distutils pkgconfig