summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 03:16:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 03:16:54 +0000
commitb53ad3d7308ad2e85496fce8af27a59ec076f958 (patch)
tree8e9df6c67c8b176f240c06b6e12188c3f2f69d3c /meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb
parentf63bba0cba3ef549507d3258f6f5b1265d121c50 (diff)
downloadmeta-cloud-services-b53ad3d7308ad2e85496fce8af27a59ec076f958.tar.gz
python: drop recipes provided elsewhere
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb b/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb
deleted file mode 100644
index 9ef1d8f..0000000
--- a/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "Better dates and times for Python"
2HOMEPAGE = "https://github.com/crsmithdev/arrow"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=62e977be69cd001d6545038b6bb1575c"
6
7SRC_URI[md5sum] = "76d66d0d03effad1407fb4dcebce9566"
8SRC_URI[sha256sum] = "ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4"
9
10inherit setuptools3 pypi
11
12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-dateutil \
14 "