diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-12-30 13:15:21 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-01-01 16:09:25 -0500 |
commit | 09f51899044592ec6f046c37d815fcd04acd4817 (patch) | |
tree | 469d9b246b5b8d4d5f704a7495db035adfd89791 /dev-python/pytables | |
parent | app-office/calligra: Move stage into CALLIGRA_FEATURES (diff) | |
download | gentoo-09f51899044592ec6f046c37d815fcd04acd4817.tar.gz gentoo-09f51899044592ec6f046c37d815fcd04acd4817.tar.bz2 gentoo-09f51899044592ec6f046c37d815fcd04acd4817.zip |
dev-python/pytables: add test dependency on mock
Closes: https://bugs.gentoo.org/674026
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.4.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild index 9995427aed4c..4d78d0413dc6 100644 --- a/dev-python/pytables/pytables-3.4.4.ebuild +++ b/dev-python/pytables/pytables-3.4.4.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="BSD" -IUSE="doc examples" +IUSE="doc examples test" RDEPEND=" app-arch/bzip2:0= @@ -33,6 +33,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-python/cython-0.21[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] ) " S="${WORKDIR}/${MY_P}" |