| Summary: | dev-lang/python: add USE=bluetooth support rather than autodetect | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
| Component: | [OLD] Core system | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
SpanKY
2013-08-02 22:37:27 UTC
We need to check PyPy & Jython then as well. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c63c15103dd42edb4f370dc308f5f5aee62bfd commit 25c63c15103dd42edb4f370dc308f5f5aee62bfd Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2018-04-21 21:38:44 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-04-21 21:39:38 +0000 dev-lang/python: Fix automagic dep on bluetooth headers Add IUSE=bluetooth to control the support for AF_BLUETOOTH. When enabled, pull net-wireless/bluez to provide headers necessary to build it. When disabled, explicitly make the configure test for appropriate headers fail for consistency. Closes: https://bugs.gentoo.org/479576 dev-lang/python/metadata.xml | 1 + dev-lang/python/python-2.7.14-r2.ebuild | 369 ++++++++++++++++++++++++++++++++ dev-lang/python/python-3.4.8-r1.ebuild | 363 +++++++++++++++++++++++++++++++ dev-lang/python/python-3.5.5-r1.ebuild | 368 +++++++++++++++++++++++++++++++ dev-lang/python/python-3.6.5-r1.ebuild | 350 ++++++++++++++++++++++++++++++ 5 files changed, 1451 insertions(+) |