diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-24 08:10:59 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-24 08:10:59 -0400 |
commit | 82f8a454a37bff32b98eab004e20b9c25a818165 (patch) | |
tree | ccf69081fb60156eb7bff0eab956af383868f9c7 | |
parent | e7516708fe6fb60e52b24354fa5635689aa06d5d (diff) | |
download | meta-virtualization-82f8a454a37bff32b98eab004e20b9c25a818165.tar.gz |
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>
-rw-r--r-- | recipes-devtools/python/python3-sphinx-420.bb (renamed from recipes-devtools/python/python3-sphinx_4.2.0.bb) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-sphinx_4.2.0.bb b/recipes-devtools/python/python3-sphinx-420.bb index 01f36ea0..67ecf416 100644 --- a/recipes-devtools/python/python3-sphinx_4.2.0.bb +++ b/recipes-devtools/python/python3-sphinx-420.bb | |||
@@ -6,6 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" | |||
6 | 6 | ||
7 | PYPI_PACKAGE = "Sphinx" | 7 | PYPI_PACKAGE = "Sphinx" |
8 | 8 | ||
9 | PV = "4.2.0" | ||
10 | |||
11 | RCONFLICTS:${PN} = "python3-sphinx" | ||
12 | |||
9 | SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" | 13 | SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" |
10 | 14 | ||
11 | inherit setuptools3 pypi | 15 | inherit setuptools3 pypi |