From b53ad3d7308ad2e85496fce8af27a59ec076f958 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 12 Oct 2024 03:16:54 +0000 Subject: python: drop recipes provided elsewhere Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-arrow_0.17.0.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb') 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 @@ -DESCRIPTION = "Better dates and times for Python" -HOMEPAGE = "https://github.com/crsmithdev/arrow" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=62e977be69cd001d6545038b6bb1575c" - -SRC_URI[md5sum] = "76d66d0d03effad1407fb4dcebce9566" -SRC_URI[sha256sum] = "ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4" - -inherit setuptools3 pypi - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-dateutil \ - " -- cgit v1.2.3-54-g00ecf