pkgsrc-WIP-changes archive

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

py-conan: Added explicit dependency on py-cryptography.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Apr 30 09:29:57 2019 +0000
Changeset:	ef3e6be0b306c5787083e03b5b6dec8dd5c34cfc

Modified Files:
	py-conan/Makefile

Log Message:
py-conan: Added explicit dependency on py-cryptography.

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

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

diffstat:
 py-conan/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-conan/Makefile b/py-conan/Makefile
index 9ffd2d24ca..d6e6f7b806 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -36,6 +36,7 @@ DEPENDS+=   ${PYPKGPREFIX}-yaml>=3.11<3.14.0:../../textproc/py-yaml
 DEPENDS+=   ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=   ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=   ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
+DEPENDS+=   ${PYPKGPREFIX}-cryptography>=1.3.4<2.4.0:../../security/py-cryptography
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index