Bug 248815 - devel/py-tables: add missing dependencies
Summary: devel/py-tables: add missing dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-21 20:29 UTC by Max Brazhnikov
Modified: 2020-08-22 08:46 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (wen)


Attachments
patch (751 bytes, patch)
2020-08-21 20:29 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2020-08-21 20:29:50 UTC
Created attachment 217428 [details]
patch

Add missing dependencies, this also fixes devel/vitables:

> vitables 
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/vitables.sh", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    @_call_aside
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'mock>=2.0' distribution was not found and is required by tables
Comment 1 Wen Heping freebsd_committer freebsd_triage 2020-08-21 23:27:44 UTC
(In reply to Max Brazhnikov from comment #0)
Approved. Thanks !
Please go ahead !

wen
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-22 08:34:29 UTC
A commit references this bug:

Author: makc
Date: Sat Aug 22 08:33:35 UTC 2020
New revision: 545748
URL: https://svnweb.freebsd.org/changeset/ports/545748

Log:
  devel/py-tables:
  - Add missing dependencies

  PR:		248815
  Approved by:	wen (maintainer)

Changes:
  head/devel/py-tables/Makefile