diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2022-07-17 19:31:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-17 19:16:22 -0700 |
| commit | 76c5388966b28531441e7fe0601053eeeb0177cb (patch) | |
| tree | dcd5fe1b81f71283aa9b129072ed21884e5216b2 /meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb | |
| parent | 1b3be50ad232a0b80b59f8da7ab6735c4f05d7f1 (diff) | |
| download | meta-openembedded-76c5388966b28531441e7fe0601053eeeb0177cb.tar.gz | |
python3-jsonrpcserver: added the python3-oslash rdepends
This one is needed for version 5.0.7.
And should not be needed anymore for version 6.x.
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb b/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb index 537fd33136..12e9003798 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "Library to process JSON-RPC requests" | 1 | SUMMARY = "Library to process JSON-RPC requests" |
| 2 | HOMEPAGE = "https://github.com/bcb/jsonrpcserver" | 2 | HOMEPAGE = "https://github.com/explodinglabs/jsonrpcserver" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f" |
| 5 | 5 | ||
| @@ -16,6 +16,7 @@ RDEPENDS:${PN} += "\ | |||
| 16 | python3-logging \ | 16 | python3-logging \ |
| 17 | python3-netclient \ | 17 | python3-netclient \ |
| 18 | python3-pkgutil \ | 18 | python3-pkgutil \ |
| 19 | python3-oslash \ | ||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
