pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mitmproxy: Stick to non-versioned py-OpenSSL



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 7 00:01:56 2024 +0100
Changeset:	a9455292f1bc23b02ac690cb87bea0c7ab7c7aed

Modified Files:
	mitmproxy/Makefile

Log Message:
mitmproxy: Stick to non-versioned py-OpenSSL

Unfortunately mitmproxy now really needs Rust-y bits due mitmproxy_rs.
There are no points in possibly avoiding that for py-cryptography.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a9455292f1bc23b02ac690cb87bea0c7ab7c7aed

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mitmproxy/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/mitmproxy/Makefile b/mitmproxy/Makefile
index c6c39f56f2..8a12bbf55d 100644
--- a/mitmproxy/Makefile
+++ b/mitmproxy/Makefile
@@ -23,6 +23,7 @@ DEPENDS+=	${PYPKGPREFIX}-kaitaistruct>=0.10:../../devel/py-kaitaistruct
 DEPENDS+=	${PYPKGPREFIX}-ldap3>=2.8:../../databases/py-ldap3
 DEPENDS+=	${PYPKGPREFIX}-mitmproxy_rs>=0.5.1:../../wip/py-mitmproxy_rs
 DEPENDS+=	${PYPKGPREFIX}-msgpack>=1.0.0:../../devel/py-msgpack
+DEPENDS+=	${PYPKGPREFIX}-OpenSSL>=22.1:../../security/py-OpenSSL
 DEPENDS+=	${PYPKGPREFIX}-passlib>=1.6.5:../../security/py-passlib
 DEPENDS+=	${PYPKGPREFIX}-protobuf>=3.14:../../devel/py-protobuf
 DEPENDS+=	${PYPKGPREFIX}-publicsuffix2>=2.20190812:../../www/py-publicsuffix2
@@ -64,7 +65,5 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27 38 39
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/application.mk"
-PYTHON_VERSIONED_DEPENDENCIES+=	OpenSSL
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index