pkgsrc-WIP-changes archive

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

py-Cura: add py-sqlite3 dependency



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Apr 22 00:20:26 2023 +0900
Changeset:	95e8500f2212078961f72dac8fc4401e318b6e49

Modified Files:
	py-Cura/Makefile

Log Message:
py-Cura: add py-sqlite3 dependency

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

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

diffstat:
 py-Cura/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-Cura/Makefile b/py-Cura/Makefile
index e202de6e15..af882fd2f5 100644
--- a/py-Cura/Makefile
+++ b/py-Cura/Makefile
@@ -18,6 +18,7 @@ USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c c++
 
 DEPENDS+=	${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
+DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-sentry-sdk-[0-9]*:../../devel/py-sentry-sdk
 DEPENDS+=	${PYPKGPREFIX}-zeroconf-[0-9]*:../../net/py-zeroconf


Home | Main Index | Thread Index | Old Index