Skip to content

Commit

Permalink
mozcoreconf-v6.eclass: add still required Python 2.7 dependency
Browse files Browse the repository at this point in the history
In commit 9d97336 and
af92983 Python 3 support was added
and PYTHON_COMPAT was moved from eclass to ebuild as requested by QA.

However, Python 2 dependency, which is still required, was lost.

This commit will bring back Python 2 dependency.

Note that we use python-any-r1_pkg_setup in moz_pkgsetup to initialize
Python 3 via PYTHON_COMPAT but we will switch back to Python 2 manually
using python_export later.

Closes: https://bugs.gentoo.org/679582
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Mar 8, 2019
1 parent 39b54b2 commit ed2ace9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/mozcoreconf-v6.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
IUSE="${IUSE} custom-cflags custom-optimization"

DEPEND="virtual/pkgconfig
dev-lang/python:2.7[ncurses,sqlite,ssl,threads(+)]
${PYTHON_DEPS}"

# @FUNCTION: mozconfig_annotate
Expand Down

0 comments on commit ed2ace9

Please sign in to comment.