mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python-zopeinterface: fixup test package
The recipe seems to have the intent of creating a 'tests' package but doesn't follow through on this intent. Rename 'tests' to 'test' to match other python test packages and follow through on the intent to actually produce a 'test' package. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
86b4cf5de5
commit
38d11cb293
@@ -8,11 +8,16 @@ SRC_URI[sha256sum] = "8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de607
|
|||||||
PYPI_PACKAGE = "zope.interface"
|
PYPI_PACKAGE = "zope.interface"
|
||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
|
|
||||||
|
PACKAGES =. "${PN}-test "
|
||||||
|
|
||||||
RPROVIDES_${PN} += "zope-interfaces"
|
RPROVIDES_${PN} += "zope-interfaces"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-test += "python-unittest python-doctest"
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
|
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
|
||||||
FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
|
FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
|
||||||
FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
|
FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
|
||||||
FILES_${PN}-tests = " \
|
FILES_${PN}-test += " \
|
||||||
${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
|
${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
|
||||||
${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
|
${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user