summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-02 12:52:53 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-02 13:28:50 +0100
commite41b9fbae269bf891f55e3802f2dbacf064e974d (patch)
tree71d6cfea5bfff14b44a989b1f970915c8078d358
parentdev-python/rope_py3k: Remove last-rited pkg (diff)
downloadgentoo-e41b9fba.tar.gz
gentoo-e41b9fba.tar.bz2
gentoo-e41b9fba.zip
dev-python/rope: Add blocker on dev-python/rope_py3k
Closes: https://bugs.gentoo.org/631264
-rw-r--r--dev-python/rope/rope-0.10.7.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/rope/rope-0.10.7.ebuild b/dev-python/rope/rope-0.10.7.ebuild
index 88eae38207d2..dab9b0a461ba 100644
--- a/dev-python/rope/rope-0.10.7.ebuild
+++ b/dev-python/rope/rope-0.10.7.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
+RDEPEND="!dev-python/rope_py3k"
# Dependency for docbuild documentation which is not noted in
# setup.py, using standard docutils builds docs successfully.
DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"