app-shells/autojump: Depend on ${PYTHON_DEPS}

Closes: https://bugs.gentoo.org/660576
This commit is contained in:
Matt Turner
2018-08-15 16:30:53 -07:00
parent 121a58a57c
commit 0c19e62f19

View File

@@ -20,6 +20,7 @@ REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
# Not all tests pass. Need investigation.
RESTRICT="test"
RDEPEND="ipython? ( ${PYTHON_DEPS} )"
DEPEND="${PYTHON_DEPS}"
src_prepare() {
eapply_user