| Summary: | dev-python/ipython-5.1.0: missing dependency on dev-python/pathlib | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Tim Jones <tjones01> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | john, marius.brehler+gentoo |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 596714 | ||
|
Description
Tim Jones
2016-09-16 16:36:40 UTC
*** Bug 594402 has been marked as a duplicate of this bug. *** Thanks Tim for the report. pathlib is imported in IPython/utils/text.py [1]. Will add it soon to the deps (currently very little time). [1] https://github.com/ipython/ipython/blob/master/IPython/utils/text.py#L17 commit 2c1adcdbb08568901808d09bee7cd85277839792 Author: Marius Brehler <marbre@linux.sungazer.de> Date: Mon Feb 6 08:18:55 2017 +0100 dev-python/ipython: Add dependecy on pathlib Gentoo-Bug: https://bugs.gentoo.org/604372 Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3789 |