mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
python-mock: depend on python-pbr
This commit is contained in:
parent
07c4c9c4c6
commit
5777575357
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PYTHON_MOCK
|
config BR2_PACKAGE_PYTHON_MOCK
|
||||||
bool "python-mock"
|
bool "python-mock"
|
||||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||||
|
depends on BR2_PACKAGE_PYTHON_PBR
|
||||||
help
|
help
|
||||||
mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.
|
mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user