From 36c713db60e71932965fdc38a05e926645dd24d6 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 11 Apr 2019 11:35:57 -0700 Subject: [PATCH] DRAFT [thud] Drop python*-pbr: Use later v4.2.0 from meta-python (which is later than v3.3.1 provided by Ubuntu bionic) --- recipes-devtools/python/python-pbr.inc | 16 ---------------- recipes-devtools/python/python-pbr_3.1.1.bb | 3 --- recipes-devtools/python/python3-pbr_3.1.1.bb | 3 --- 3 files changed, 22 deletions(-) delete mode 100644 recipes-devtools/python/python-pbr.inc delete mode 100644 recipes-devtools/python/python-pbr_3.1.1.bb delete mode 100644 recipes-devtools/python/python3-pbr_3.1.1.bb diff --git a/recipes-devtools/python/python-pbr.inc b/recipes-devtools/python/python-pbr.inc deleted file mode 100644 index 0030551..0000000 --- a/recipes-devtools/python/python-pbr.inc +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Python Build Reasonableness: PBR is a library that injects some useful and sensible default behaviors into your setuptools run" -HOMEPAGE = "https://pypi.python.org/pypi/pbr" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI[md5sum] = "4e82c2e07af544c56a5b71c801525b00" -SRC_URI[sha256sum] = "05f61c71aaefc02d8e37c0a3eeb9815ff526ea28b3b76324769e6158d7f95be1" - -inherit pypi - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-pip \ - " - -BBCLASSEXTEND = "native" diff --git a/recipes-devtools/python/python-pbr_3.1.1.bb b/recipes-devtools/python/python-pbr_3.1.1.bb deleted file mode 100644 index 9752a62..0000000 --- a/recipes-devtools/python/python-pbr_3.1.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require python-pbr.inc - -inherit setuptools diff --git a/recipes-devtools/python/python3-pbr_3.1.1.bb b/recipes-devtools/python/python3-pbr_3.1.1.bb deleted file mode 100644 index 9606c42..0000000 --- a/recipes-devtools/python/python3-pbr_3.1.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require python-pbr.inc - -inherit setuptools3