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 --- .../python/python3-lockfile_0.12.2.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb (limited to 'meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb b/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb deleted file mode 100644 index ba44638..0000000 --- a/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Platform-independent file locking module" -HOMEPAGE = "http://code.google.com/p/pylockfile/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72" - -SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9" -SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799" - -inherit setuptools3 pypi - -DEPENDS += "\ - python3-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python3-pbr-native \ - " - -RDEPENDS:${PN} += "\ - python3-pbr \ - " -- cgit v1.2.3-54-g00ecf