pkgsrc-WIP-changes archive

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

wip/py-conan: added missing dep (py-sqlite3).



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Mon Feb 11 16:52:36 2019 +0000
Changeset:	6ef93446e7ab6a0275e59a920d5263c338b3effc

Modified Files:
	py-conan/Makefile

Log Message:
wip/py-conan: added missing dep (py-sqlite3).

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

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 97b74b3b91..6a48049017 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -34,6 +34,7 @@ DEPENDS+=   ${PYPKGPREFIX}-colorama:../../comms/py-colorama
 DEPENDS+=   ${PYPKGPREFIX}-requests:../../devel/py-requests
 DEPENDS+=   ${PYPKGPREFIX}-JWT:../../textproc/py-JWT
 DEPENDS+=   ${PYPKGPREFIX}-yaml:../../textproc/py-yaml
+DEPENDS+=   ${PYPKGPREFIX}-sqlite3:../../databases/py-sqlite3
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index