diff options
-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}] )" |