pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-axolotl
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 3 13:06:52 UTC 2023
Modified Files:
pkgsrc/chat/py-axolotl: Makefile
Log Message:
py-axolotl: fix DEPENDS line
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-axolotl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/py-axolotl/Makefile
diff -u pkgsrc/chat/py-axolotl/Makefile:1.3 pkgsrc/chat/py-axolotl/Makefile:1.4
--- pkgsrc/chat/py-axolotl/Makefile:1.3 Tue Jan 4 20:52:36 2022
+++ pkgsrc/chat/py-axolotl/Makefile Mon Jul 3 13:06:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/03 13:06:52 wiz Exp $
DISTNAME= python-axolotl-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -12,12 +12,12 @@ COMMENT= Python port of the ratcheting f
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-axolotl-curve25519>=0.4.1:../../chat/py-axolotl-curve25519
-DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../devel/py-protobuf
+DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.0.0:../../devel/py-protobuf
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-protobuf
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-protobuf
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index