diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb (renamed from meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb) | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb index 0ea5b46b84..fb582c54bc 100644 --- a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb | |||
| @@ -6,8 +6,15 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" | |||
| 6 | 6 | ||
| 7 | PYPI_PACKAGE = "jedi" | 7 | PYPI_PACKAGE = "jedi" | 
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" | 9 | SRC_URI[sha256sum] = "74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab" | 
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} = "${PYTHON_PN}-parso" | 11 | RDEPENDS:${PN} = " \ | 
| 12 | ${PYTHON_PN}-parso \ | ||
| 13 | ${PYTHON_PN}-core \ | ||
| 14 | ${PYTHON_PN}-compression \ | ||
| 15 | ${PYTHON_PN}-pydoc \ | ||
| 16 | ${PYTHON_PN}-compile \ | ||
| 17 | ${PYTHON_PN}-json \ | ||
| 18 | " | ||
| 12 | 19 | ||
| 13 | inherit setuptools3 pypi | 20 | inherit setuptools3 pypi | 
