From 6aaa603f8a1583f8f75ec7bc520091ee602d6591 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 1 Jul 2020 14:59:52 +0800 Subject: python3-lockfile: Change python to python3 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python-lockfile_0.12.2.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb deleted file mode 100644 index e573090..0000000 --- a/meta-openstack/recipes-devtools/python/python-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 distutils3 pypi - -DEPENDS += "\ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += "\ - python-pbr \ - " -- cgit v1.2.3-54-g00ecf