pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-paramiko
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 18 15:05:41 UTC 2025
Modified Files:
pkgsrc/security/py-paramiko: Makefile
Log Message:
py-paramiko: Switch to bcrypt versioned dependency.
>From Jonathan Perkin <jperkin%smartos.org@localhost>
via drecklypkg commit f68e441dd3510f8f8e3e6dcfeb81f101b5239c3a
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/security/py-paramiko/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-paramiko/Makefile
diff -u pkgsrc/security/py-paramiko/Makefile:1.56 pkgsrc/security/py-paramiko/Makefile:1.57
--- pkgsrc/security/py-paramiko/Makefile:1.56 Tue Feb 4 08:47:28 2025
+++ pkgsrc/security/py-paramiko/Makefile Tue Feb 18 15:05:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2025/02/04 08:47:28 adam Exp $
+# $NetBSD: Makefile,v 1.57 2025/02/18 15:05:41 wiz Exp $
DISTNAME= paramiko-3.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,6 @@ COMMENT= SSH2 protocol library
LICENSE= gnu-lgpl-v2.1
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.2:../../security/py-bcrypt
DEPENDS+= ${PYPKGPREFIX}-invoke>=2.0:../../sysutils/py-invoke
DEPENDS+= ${PYPKGPREFIX}-nacl>=1.5:../../security/py-nacl
# gssapi
@@ -23,6 +22,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-relax
USE_LANGUAGES= # none
.include "../../lang/python/wheel.mk"
-PYTHON_VERSIONED_DEPENDENCIES+= cryptography
+PYTHON_VERSIONED_DEPENDENCIES+= bcrypt cryptography
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index