diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-07-14 13:44:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 12:48:34 -0400 |
| commit | 388ba0d74d6edc966f3b5db665b1895f5ab64a76 (patch) | |
| tree | 5ecbd5d63c694b83f6fc3227b3b7069dd6a02b37 /meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb | |
| parent | ca039757994cd6643b63c70cd85145eb98331e2a (diff) | |
| download | meta-openembedded-388ba0d74d6edc966f3b5db665b1895f5ab64a76.tar.gz | |
python3-pytest-html: fix DEPENDS, don't depend on pip
Add a DEPENDS on ptyhon3-setuptools-scm-git-archive-native as the setup.py
uses it.
In the future we'll have a Python building tool which validates build
requirements, so remove pip from those dependencies as it shouldn't depend
on a specific build tool being present.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb index ce55554a01..1bbdfb633b 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb | |||
| @@ -10,6 +10,10 @@ PYPI_PACKAGE = "pytest-html" | |||
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta | 11 | inherit pypi python_setuptools_build_meta |
| 12 | 12 | ||
| 13 | DEPENDS += "python3-setuptools-scm-git-archive-native" | ||
| 14 | |||
| 15 | SRC_URI += "file://no-pip.patch" | ||
| 16 | |||
| 13 | RDEPENDS:${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
| 14 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
| 15 | " | 19 | " |
