python-mock: depend on python-pbr

This commit is contained in:
Calin Crisan 2019-01-21 23:33:42 +02:00
parent 07c4c9c4c6
commit 5777575357

View File

@ -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.