2018-09-26 17:35:03 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_PYHAMCREST
|
|
|
|
bool "python-pyhamcrest"
|
2021-09-28 14:32:57 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2018-09-26 17:35:03 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
|
|
help
|
|
|
|
Hamcrest framework for matcher objects.
|
|
|
|
|
|
|
|
https://github.com/hamcrest/PyHamcrest
|