From 615016f462f61aa149c87fdcdabc8615fb4aacc7 Mon Sep 17 00:00:00 2001 From: Johannes Schrimpf Date: Tue, 16 May 2017 14:30:51 +0200 Subject: [PATCH] python-bson: Remove recipe bson is provided by python-pymongo in meta-python --- recipes-devtools/python/python-bson_0.4.3.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes-devtools/python/python-bson_0.4.3.bb diff --git a/recipes-devtools/python/python-bson_0.4.3.bb b/recipes-devtools/python/python-bson_0.4.3.bb deleted file mode 100644 index a528118..0000000 --- a/recipes-devtools/python/python-bson_0.4.3.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Independent BSON codec for Python that doesn't depend on MongoDB" -SECTION = "devel" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=db7a1eab1d8b38da1e06abbf08d2498d" - -SRC_URI = "https://github.com/py-bson/bson/archive/${PV}.tar.gz;downloadfilename=py-bson_${PV}.tar.gz" -SRC_URI[md5sum] = "989acb13782d20c71b8bae03d600a6da" -SRC_URI[sha256sum] = "dcdcf3e8a01ac13375faf791e1ed47ee178c0ec19332252ba539a3a131ca7739" - -S = "${WORKDIR}/bson-${PV}" - -inherit setuptools