pkgsrc-WIP-changes archive

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

py-conan: Removed version in the dependency on py-sqlite3.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Fri Mar 29 13:07:33 2019 +0000
Changeset:	fdbc3f9bd57b65728075f8048ac59ec917c4f1be

Modified Files:
	py-conan/Makefile

Log Message:
py-conan: Removed version in the dependency on py-sqlite3.

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

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 4b0df7df29..36b7199216 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>=3.6.8:../../databases/py-sqlite3
+DEPENDS+=   ${PYPKGPREFIX}-sqlite3:../../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