mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
16 lines
418 B
BlitzBasic
16 lines
418 B
BlitzBasic
DESCRIPTION = "Python documentation generator"
|
|
HOMEPAGE = "http://sphinx-doc.org/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
|
|
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
|