From cd9f539ec6eb171b28411f4ad7b0b6a7372c01d9 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Tue, 21 May 2019 14:33:29 +0200 Subject: Remove some ancient recipes Signed-off-by: Laurent Bonnans --- .../python-canonicaljson/python-canonicaljson.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-support/python-canonicaljson/python-canonicaljson.bb (limited to 'recipes-support/python-canonicaljson') diff --git a/recipes-support/python-canonicaljson/python-canonicaljson.bb b/recipes-support/python-canonicaljson/python-canonicaljson.bb deleted file mode 100644 index d8a0728..0000000 --- a/recipes-support/python-canonicaljson/python-canonicaljson.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "python-canonicaljson recipe" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -SRCREV = "92e2c06871cc275c2a8b8e3e899141a212aae0e8" -SRC_URI = "git://github.com/matrix-org/python-canonicaljson.git" -S = "${WORKDIR}/git" - -# Generate with: -# git describe --tags | cut -b2- -PV = "1.0.0" -inherit setuptools - -RDEPENDS_${PN} = "\ - python-simplejson \ - python-frozendict \ - " -- cgit v1.2.3-54-g00ecf