FreeBSD Bugzilla – Attachment 234398 Details for
Bug 264136
security/py-paramiko: security/py-gssapi dependency should be OPTION'al
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
disable gssapi build dependency by default
paramiko-gssapi.diff (text/plain), 1.62 KB, created by
Sofian Brabez
on 2022-06-02 21:36:09 UTC
(
hide
)
Description:
disable gssapi build dependency by default
Filename:
MIME Type:
Creator:
Sofian Brabez
Created:
2022-06-02 21:36:09 UTC
Size:
1.62 KB
patch
obsolete
>diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile >index a874f1a5fa..5fb4cb9647 100644 >--- a/security/py-paramiko/Makefile >+++ b/security/py-paramiko/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= paramiko > PORTVERSION= 2.11.0 >+PORTREVISION= 1 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,16 +16,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5:security/py-cryptography@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR} >-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pytest-relaxed>=0:devel/py-pytest-relaxed@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}invoke>=0:devel/py-invoke@${PY_FLAVOR} >+ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl@${PY_FLAVOR} > >-USES= cpe python:3.7+ pytest:4 >-USE_PYTHON= autoplist distutils >-PYTEST_ARGS= -p no:relaxed >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}invoke>=0:devel/py-invoke@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-relaxed>=0:devel/py-pytest-relaxed@${PY_FLAVOR} > >+USES= cpe pytest:4 python:3.7+ >+USE_PYTHON= autoplist distutils > NO_ARCH= yes > >+OPTIONS_DEFINE= GSSAPI >+GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR} >+ >+PYTEST_ARGS= -p no:relaxed >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264136
: 234398