diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-02 12:52:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-02 13:28:50 +0100 |
commit | e41b9fbae269bf891f55e3802f2dbacf064e974d (patch) | |
tree | 71d6cfea5bfff14b44a989b1f970915c8078d358 /dev-python/rope | |
parent | dev-python/rope_py3k: Remove last-rited pkg (diff) | |
download | gentoo-e41b9fbae269bf891f55e3802f2dbacf064e974d.tar.gz gentoo-e41b9fbae269bf891f55e3802f2dbacf064e974d.tar.bz2 gentoo-e41b9fbae269bf891f55e3802f2dbacf064e974d.zip |
dev-python/rope: Add blocker on dev-python/rope_py3k
Closes: https://bugs.gentoo.org/631264
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/rope-0.10.7.ebuild | 1 |
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}] )" |