Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 13:36:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249235] security/py-bcrypt - build dependencies should be runtime dependencies
Message-ID:  <bug-249235-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249235

            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@freebsd.org
          Reporter: andrew@neptune-one.net
          Assignee: dbaio@freebsd.org
             Flags: maintainer-feedback?(dbaio@freebsd.org)

devel/py-cffi and devel/py-six are listed as build dependencies, they are a=
lso
required at runtime for this python module to function as seen in the examp=
le
below.

user@cal ~ # pkg install python3 py37-bcrypt
user@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 requi=
re
security/py-bcrypt ie bug #245906, comment #13

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249235-7788>