pkgsrc-WIP-changes archive

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

py-conan: fix DEPENDS line



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Mar 29 14:41:59 2019 +0100
Changeset:	0ccef956edb188a2def91c2a65837fb197ee15c7

Modified Files:
	py-conan/Makefile

Log Message:
py-conan: fix DEPENDS line

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

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

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

diffs:
diff --git a/py-conan/Makefile b/py-conan/Makefile
index 43d54fd4a6..9ffd2d24ca 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -33,7 +33,7 @@ DEPENDS+=   ${PYPKGPREFIX}-colorama>=0.3.3<0.5.0:../../comms/py-colorama
 DEPENDS+=   ${PYPKGPREFIX}-requests>=2.7.0<3.0.0:../../devel/py-requests
 DEPENDS+=   ${PYPKGPREFIX}-JWT>=1.4.0<2.0.0:../../textproc/py-JWT
 DEPENDS+=   ${PYPKGPREFIX}-yaml>=3.11<3.14.0:../../textproc/py-yaml
-DEPENDS+=   ${PYPKGPREFIX}-sqlite3:../../databases/py-sqlite3
+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
 


Home | Main Index | Thread Index | Old Index