Skip to content

Commit

Permalink
Merge pull request #44 from hnez/aiohttp-json-rpc
Browse files Browse the repository at this point in the history
python3-aiohttp-json-rpc: add recipe to satisfy lxa-iobus dependency
  • Loading branch information
ejoerns authored Nov 25, 2023
2 parents 07346a8 + 31c0803 commit 4095a89
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipes-devtools/python/python3-aiohttp-json-rpc_0.13.3.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "json rpc for asyncio"
HOMEPAGE = "https://github.com/pengutronix/aiohttp-json-rpc/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=500d879cf7db09f86dc29654f8488e30"

RDEPENDS:${PN} = " \
${PYTHON_PN}-aiohttp \
"

inherit pypi setuptools3

SRC_URI[sha256sum] = "6237a104478c22c6ef96c7227a01d6832597b414e4b79a52d85593356a169e99"

0 comments on commit 4095a89

Please sign in to comment.