Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694580 - >=dev-embedded/platformio-4.0.1 should depend on dev-python/tabulate - pkg_resources.DistributionNotFound: The 'tabulate>=0.8.3' distribution was not found and is required by platformio
Summary: >=dev-embedded/platformio-4.0.1 should depend on dev-python/tabulate - pkg_re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-16 20:43 UTC by Daniel Augustin
Modified: 2019-10-04 11:14 UTC (History)
0 users

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 Daniel Augustin 2019-09-16 20:43:51 UTC
platformio 4.0.1 now uses tabular:

https://github.com/platformio/platformio-core/commit/0677bcecb9d941d661fe4a9a25f49a1d6f1dd1ad#diff-2eeaed663bd0d25b7e608891384b7298R27

This is not in the dependency list in the ebuild.

Installing this results in an exception:

~ $ platformio 
Traceback (most recent call last):
  File "/usr/bin/platformio", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3126, in <module>
    @_call_aside
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'tabulate>=0.8.3' distribution was not found and is required by platformio

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-10-04 11:14:08 UTC
The bug has been closed via the following commit(s):

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

commit 99b51d492d1902e6da57a358cbf8b3e34761dffe
Author:     Alexey Shvetsov <alexxy@gentoo.org>
AuthorDate: 2019-10-04 11:13:47 +0000
Commit:     Alexey Shvetsov <alexxy@gentoo.org>
CommitDate: 2019-10-04 11:13:47 +0000

    dev-embedded/platformio: Version bump
    
    Closes: https://bugs.gentoo.org/694580
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>

 dev-embedded/platformio/Manifest                                  | 2 +-
 .../{platformio-4.0.1.ebuild => platformio-4.0.3.ebuild}          | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)