pkgsrc-WIP-changes archive

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

translate-toolkit: add py-sqlite3 as a dep.



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost>
Pushed By:	i3enedek
Date:		Wed Mar 15 14:04:15 2017 +0000
Changeset:	1d1472993ff0c414c61b2a2c89e238a9cde827f4

Modified Files:
	translate-toolkit/Makefile
	translate-toolkit/options.mk

Log Message:
translate-toolkit: add py-sqlite3 as a dep.

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

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

diffstat:
 translate-toolkit/Makefile   | 1 +
 translate-toolkit/options.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/translate-toolkit/Makefile b/translate-toolkit/Makefile
index 022a99e972..11b8bc7516 100644
--- a/translate-toolkit/Makefile
+++ b/translate-toolkit/Makefile
@@ -16,6 +16,7 @@ LICENSE=	gnu-gpl-v1
 PYTHON_VERSIONS_INCOMPATIBLE=	26
 
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-sqlite3>=1.9.0:../../databases/py-sqlite3
 
 USE_LANGUAGES=	c
 
diff --git a/translate-toolkit/options.mk b/translate-toolkit/options.mk
index d7c7c7db26..38e8d4f021 100644
--- a/translate-toolkit/options.mk
+++ b/translate-toolkit/options.mk
@@ -13,7 +13,7 @@ DEPENDS+=	${PYPKGPREFIX}-lxml>=3.5:../../textproc/py-lxml
 .endif
 
 .if !empty(PKG_OPTIONS:Mlevenshtein)
-DEPENDS+=       ${PYPKGPREFIX}-python-Levenshtein>=0.12:../../textproc/py-Levenshtein
+DEPENDS+=       ${PYPKGPREFIX}-Levenshtein>=0.12:../../textproc/py-Levenshtein
 .endif
 
 .if !empty(PKG_OPTIONS:Mchardet)


Home | Main Index | Thread Index | Old Index