[Bug 249235] security/py-bcrypt - build dependencies should be runtime dependencies
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 10 13:36:11 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249235
Bug ID: 249235
Summary: security/py-bcrypt - build dependencies should be
runtime dependencies
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: dbaio at freebsd.org
Reporter: andrew at neptune-one.net
Assignee: dbaio at freebsd.org
Flags: maintainer-feedback?(dbaio at freebsd.org)
devel/py-cffi and devel/py-six are listed as build dependencies, they are also
required at runtime for this python module to function as seen in the example
below.
user at cal ~ # pkg install python3 py37-bcrypt
user at cal ~ # python3 -c 'import bcrypt'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.8/site-packages/bcrypt/__init__.py", line 25, in
<module>
from . import _bcrypt
ModuleNotFoundError: No module named '_cffi_backend'
These missing dependencies are causing issues for other packages that require
security/py-bcrypt ie bug #245906, comment #13
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list