Summary: | dev-python/uncertainties fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/18204 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 649410 [details]
build.log
build log and emerge --info
The error "ModuleNotFoundError (No module named 'past')" happens when dev-python/future is not installed. It is a dependency of dev-python/uncertainties (see https://github.com/lebigot/uncertainties/blob/3.1.4/setup.py#L336) but not listed as such in the ebuild, so I think it should be added to (R)DEPEND. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f569f59422f100a5bd34cae4b85b2b7d8270ecc commit 1f569f59422f100a5bd34cae4b85b2b7d8270ecc Author: Han Mertens <hanmertens@outlook.com> AuthorDate: 2020-11-09 20:17:36 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2020-11-11 21:26:40 +0000 dev-python/uncertainties: add dev-pytohn/future as dependency. Closes: https://bugs.gentoo.org/732832 Signed-off-by: Han Mertens <hanmertens@outlook.com> Closes: https://github.com/gentoo/gentoo/pull/18204 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> ...nties-3.1.4.ebuild => uncertainties-3.1.4-r1.ebuild} | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) |