meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-influxdb_git.bb
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 (file)
index 65b4f13..0000000
+++ /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