diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-21 18:03:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-21 18:05:53 +0200 |
commit | 6356785f98704a6085bba511b7cc64a95181eb78 (patch) | |
tree | cbc4c294552441d4a10851654804f60f45eed222 /dev-python/xlutils | |
parent | sys-process/vixie-cron: m68k/s390/sh stable wrt bug #635868 (diff) | |
download | gentoo-6356785f98704a6085bba511b7cc64a95181eb78.tar.gz gentoo-6356785f98704a6085bba511b7cc64a95181eb78.tar.bz2 gentoo-6356785f98704a6085bba511b7cc64a95181eb78.zip |
dev-python/xlutils: Add missing test-dep on dev-py/manuel
Diffstat (limited to 'dev-python/xlutils')
-rw-r--r-- | dev-python/xlutils/xlutils-1.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/xlutils/xlutils-1.7.1.ebuild b/dev-python/xlutils/xlutils-1.7.1.ebuild index af43090b6092..319dba92d086 100644 --- a/dev-python/xlutils/xlutils-1.7.1.ebuild +++ b/dev-python/xlutils/xlutils-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,7 @@ RDEPEND=">=dev-python/xlwt-0.7.3[${PYTHON_USEDEP}] >=dev-python/xlrd-0.7.7[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/errorhandler[${PYTHON_USEDEP}] + dev-python/manuel[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] >=dev-python/testfixtures-1.6.1[${PYTHON_USEDEP}] )" |