diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-01-01 13:18:17 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-01-01 13:21:38 -0800 |
commit | 614191fff544c969326f7e5115bd3485115aa249 (patch) | |
tree | 2dbb807515c8e020bb11f1a11be82e8bf1898cbb /dev-python/pytest-mock | |
parent | sys-kernel/hardened-sources: version bump to 4.8.15-r1 (diff) | |
download | gentoo-614191fff544c969326f7e5115bd3485115aa249.tar.gz gentoo-614191fff544c969326f7e5115bd3485115aa249.tar.bz2 gentoo-614191fff544c969326f7e5115bd3485115aa249.zip |
dev-python/pytest-mock: add dev-python/setuptools_scm dep for bug 604298
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/pytest-mock')
-rw-r--r-- | dev-python/pytest-mock/pytest-mock-1.5.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 a73076e25b9b..8c6a3668caa4 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 |