python-mock: fix Config deps

This commit is contained in:
Calin Crisan 2019-01-24 23:42:02 +02:00
parent c9d33c5b74
commit a0f27144fc

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_MOCK
bool "python-mock"
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
depends on BR2_PACKAGE_PYTHON_PBR
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.