Add missing install dependency on mock

This commit is contained in:
Ghislain Antony Vaillant 2018-03-05 22:44:06 +00:00
parent 5d84bf658c
commit b34e88870b

1
debian/control vendored
View file

@ -25,6 +25,7 @@ Package: python-pytest-mock
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-mock (>= 2),
python-pytest (>= 3.0.3) | python-pytest (<< 3)
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}