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-idna.



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

Modified Files:
	py-conan/Makefile

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

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

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 d6e6f7b806..816a4a5d8c 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -37,6 +37,7 @@ 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
+DEPENDS+=   ${PYPKGPREFIX}-idna=2.6:../../www/py-idna
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index