mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python-whoosh: add RDEPENDS to work on minimal python installs
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
cf1f54761c
commit
a5203c3766
@@ -12,3 +12,14 @@ SRC_URI[sha256sum] = "e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b4537
|
||||
|
||||
PYPI_PACKAGE = "Whoosh"
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-multiprocessing \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,9 @@
|
||||
inherit pypi setuptools3
|
||||
require python-whoosh.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user