diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-06-06 17:01:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 17:01:26 +0200 |
commit | 52d441c053b63e19dcf2bd43dd0f6859af23d04b (patch) | |
tree | a36985a7b00b288e3e847365f16254509b543fd9 /recipes-support/python-canonicaljson/python-canonicaljson.bb | |
parent | 4af32c3d2b1ad79cb8e7fbefd4ddeb648f06c4d7 (diff) | |
parent | 9616f2c908adfb94f4455b219856daf147a41748 (diff) | |
download | meta-updater-52d441c053b63e19dcf2bd43dd0f6859af23d04b.tar.gz |
Log persistence (#523)
Log persistence
Diffstat (limited to 'recipes-support/python-canonicaljson/python-canonicaljson.bb')
-rw-r--r-- | recipes-support/python-canonicaljson/python-canonicaljson.bb | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ | |||
1 | DESCRIPTION = "python-canonicaljson recipe" | ||
2 | |||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
5 | |||
6 | SRCREV = "92e2c06871cc275c2a8b8e3e899141a212aae0e8" | ||
7 | SRC_URI = "git://github.com/matrix-org/python-canonicaljson.git" | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | # Generate with: | ||
11 | # git describe --tags | cut -b2- | ||
12 | PV = "1.0.0" | ||
13 | inherit setuptools | ||
14 | |||
15 | RDEPENDS_${PN} = "\ | ||
16 | python-simplejson \ | ||
17 | python-frozendict \ | ||
18 | " | ||