diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:24 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
| commit | 94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch) | |
| tree | 660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb | |
| parent | 16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff) | |
| download | meta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz | |
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb index 42a8e0e7b5..d9cc40b1b4 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb | |||
| @@ -8,14 +8,14 @@ SRC_URI[sha256sum] = "ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad696 | |||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
| 11 | ${PYTHON_PN}-twisted \ | 11 | python3-twisted \ |
| 12 | ${PYTHON_PN}-zopeinterface \ | 12 | python3-zopeinterface \ |
| 13 | ${PYTHON_PN}-py-ubjson \ | 13 | python3-py-ubjson \ |
| 14 | ${PYTHON_PN}-cbor2 \ | 14 | python3-cbor2 \ |
| 15 | ${PYTHON_PN}-u-msgpack-python \ | 15 | python3-u-msgpack-python \ |
| 16 | ${PYTHON_PN}-lz4 \ | 16 | python3-lz4 \ |
| 17 | ${PYTHON_PN}-snappy \ | 17 | python3-snappy \ |
| 18 | ${PYTHON_PN}-pyopenssl \ | 18 | python3-pyopenssl \ |
| 19 | ${PYTHON_PN}-txaio \ | 19 | python3-txaio \ |
| 20 | ${PYTHON_PN}-six \ | 20 | python3-six \ |
| 21 | " | 21 | " |
