Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690214 - sys-block/fio-3.7 should depend on dev-python/pandas - fiologparser_hist.py: ModuleNotFoundError: No module named 'pandas'
Summary: sys-block/fio-3.7 should depend on dev-python/pandas - fiologparser_hist.py: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-19 13:13 UTC by EoD
Modified: 2019-11-11 13:23 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 EoD 2019-07-19 13:13:55 UTC
sys-block/fio-3.15 provides a script called fiologparser_hist.py which depends on 
dev-python/pandas

> $ fiologparser_hist.py --help
> Traceback (most recent call last):
>   File "/usr/lib/python-exec/python3.6/fiologparser_hist.py", line 18, in <module>
>     import pandas
> ModuleNotFoundError: No module named 'pandas'

or
> $ fiologparser_hist.py --help
> Traceback (most recent call last):
>   File "/usr/lib/python-exec/python2.7/fiologparser_hist.py", line 18, in <module>
>     import pandas
> ImportError: No module named pandas


After I installed dev-python/pandas-0.24.2::gentoo, it worked like a charm
Comment 1 Larry the Git Cow gentoo-dev 2019-11-11 13:23:45 UTC
The bug has been closed via the following commit(s):

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

commit 0bba75852008d71d0645f5c149c4defee8888e3c
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-11-11 13:13:58 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-11-11 13:22:58 +0000

    sys-block/fio: bump to v3.16
    
    Closes: https://bugs.gentoo.org/692632
    Closes: https://bugs.gentoo.org/677796
    Closes: https://bugs.gentoo.org/690214
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 profiles/arch/ia64/package.use.mask |   4 ++
 sys-block/fio/Manifest              |   1 +
 sys-block/fio/fio-3.16.ebuild       | 128 ++++++++++++++++++++++++++++++++++++
 sys-block/fio/metadata.xml          |   2 +
 4 files changed, 135 insertions(+)