python-mock: add host-python-pbr to deps

This commit is contained in:
Calin Crisan 2019-01-24 23:34:47 +02:00
parent 692f0c8f2c
commit dc4a2f5b5f

View File

@ -10,5 +10,6 @@ PYTHON_MOCK_SITE = https://files.pythonhosted.org/packages/0c/53/014354fc93c591c
PYTHON_MOCK_SETUP_TYPE = setuptools
PYTHON_MOCK_LICENSE = Apache-2.0
PYTHON_MOCK_LICENSE_FILES = LICENSE.txt
PYTHON_MOCK_DEPENDENCIES = host-python-pbr
$(eval $(python-package))