diff --git a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild index a73076e25b9be..8c6a3668caa4e 100644 --- a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -24,7 +24,8 @@ RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] dev-python/mock[python_targets_pypy] )" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}]" src_prepare() { if has_version dev-python/mock; then