Bug 211616 - lang/python27: missing dependency bsddb
Summary: lang/python27: missing dependency bsddb
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-05 23:37 UTC by Yuri Victorovich
Modified: 2018-01-13 22:04 UTC (History)
1 user (show)

See Also:
yuri: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-08-05 23:37:56 UTC
The file references bsddb:
/usr/local/lib/python2.7/bsddb/__init__.py:67:     import _bsddb

python27 is probably missing this dependency: py27-bsddb.
Comment 1 Walter Schwarzenfeld 2018-01-13 21:51:14 UTC
Maintainer feedback?
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-01-13 21:55:59 UTC
Timeout expired, implicit approval.
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2018-01-13 22:04:37 UTC
There is a try around the import,  and python can't depend on python modules/extensions