[Bug 264136] security/py-paramiko: security/py-gssapi dependency should be OPTION'al

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 25 May 2022 00:01:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264136

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-qa                    |
            Summary|security/py-paramiko:       |security/py-paramiko:
                   |2.11.0 added hard           |security/py-gssapi
                   |dependency on               |dependency should be
                   |security/py-gssapi          |OPTION'al

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
Confirming its an optional dependency:

extras_require = {
    "gssapi": [
        "pyasn1>=0.1.7",
        'gssapi>=1.4.1;platform_system!="Windows"',

[1] https://github.com/paramiko/paramiko/blob/2.11.0/setup.py#L37

-- 
You are receiving this mail because:
You are on the CC list for the bug.