X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-influxdb_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-influxdb_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=65b4f13a5f35200237f469548103d5dd5926a84e;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-influxdb_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-influxdb_git.bb deleted file mode 100644 index 65b4f13..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-influxdb_git.bb +++ /dev/null @@ -1,17 +0,0 @@ - -SUMMARY = "InfluxDB is an open-source distributed time series database, find more about InfluxDB at https://docs.influxdata.com/influxdb/latest" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=046523829184aac3703a4c60c0ae2104" - -SRCREV = "dc83fc6576b6463dcc77a0c101475a2a71ed655a" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "5.2.2+git${SRCPV}" - -SRC_URI = "git://github.com/influxdata/influxdb-python.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " python" -inherit setuptools distutils pkgconfig