diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2015-12-30 11:22:11 +0100 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-30 20:51:06 +0800 |
commit | 15620630e54181a4e50b4f5c53b85a8fc0839d85 (patch) | |
tree | 5b58f410bee0d58bcb4c1ffa2de2ab512cdb28c1 /dev-python/jaraco-utils | |
parent | dev-python/irc: correct license and homepage for version 11.0.1 (diff) | |
download | gentoo-15620630e54181a4e50b4f5c53b85a8fc0839d85.tar.gz gentoo-15620630e54181a4e50b4f5c53b85a8fc0839d85.tar.bz2 gentoo-15620630e54181a4e50b4f5c53b85a8fc0839d85.zip |
dev-python/jaraco-utils: add blocker against dev-python/tempora
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/jaraco-utils')
-rw-r--r-- | dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild index db5433935547..fce7dbef1c78 100644 --- a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild +++ b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild @@ -17,7 +17,9 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -DEPEND="dev-python/hgtools[${PYTHON_USEDEP}] +# The binary calc-prorate is now part of tempora +DEPEND="!!dev-python/tempora[${PYTHON_USEDEP}] + dev-python/hgtools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/more-itertools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] |