Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705378 - media-libs/harfbuzz-2.6.4 should not depend on dev-lang/python:2
Summary: media-libs/harfbuzz-2.6.4 should not depend on dev-lang/python:2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-13 20:43 UTC by crabbed halo ablution
Modified: 2020-01-14 09:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2020-01-13 20:43:41 UTC
Searching through their github, I see no mention of python:2 dependency.
The only place python is mentioned is that it will need pygobject3, (dev-python/pygobject:3) which does not hard depend on python:2

A naive build of harfbuzz with PYTHON_COMPAT=( python3_6 ) succeeds.
Comment 1 tt_1 2020-01-13 22:20:30 UTC
from my also naive point of view it seems that the ebuild needs python only for running tests. have you tried if these tests also work with python3*, instead of python2_7?
Comment 2 Larry the Git Cow gentoo-dev 2020-01-14 09:21:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af921aeec86e284b92c3a3942a936d7ac13283cc

commit af921aeec86e284b92c3a3942a936d7ac13283cc
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-01-14 09:20:45 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-01-14 09:21:01 +0000

    media-libs/harfbuzz: Allow python3 for tests as well
    
    Closes: https://bugs.gentoo.org/705378
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-libs/harfbuzz/harfbuzz-2.6.4.ebuild | 4 ++--
 media-libs/harfbuzz/harfbuzz-9999.ebuild  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)