python3-sphinx: make a 4.2.0 specific recipe

OEcore has pulled in python3-sphinx, and bumped the version. Our
recipe is causing failures. We still have a version dependency on
4.2.x, so we create a specific recipe to keep things working.

Hopefully this can be deleted shortly, and this is only being
created as a transition project.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2022-03-24 08:10:59 -04:00
parent e7516708fe
commit 82f8a454a3

View File

@ -6,6 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf"
PYPI_PACKAGE = "Sphinx"
PV = "4.2.0"
RCONFLICTS:${PN} = "python3-sphinx"
SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6"
inherit setuptools3 pypi