pkgsrc-WIP-changes archive

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

py-sbapp: Depend on kivy even if too old



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Feb 27 19:54:27 2023 -0500
Changeset:	d4b0bd75fbb4dfc64d2ba815f69cf8fcb8d5f3cd

Modified Files:
	py-sbapp/Makefile

Log Message:
py-sbapp: Depend on kivy even if too old

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

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

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

diffs:
diff --git a/py-sbapp/Makefile b/py-sbapp/Makefile
index c0ade8c999..432e8f993b 100644
--- a/py-sbapp/Makefile
+++ b/py-sbapp/Makefile
@@ -12,7 +12,7 @@ LICENSE=	cc-by-nc-sa-v4.0-license
 
 DEPENDS+=	${PYPKGPREFIX}-rns>=0.4.6:../../wip/py-rns
 DEPENDS+=	${PYPKGPREFIX}-lxmf>=0.2.8:../../wip/py-lxmf
-DEPENDS+=	# TODO: kivy==2.1.0>=0
+DEPENDS+=	${PYPKGPREFIX}-kivy>=2.0.0:../../devel/py-kivy #2.1.0
 DEPENDS+=	# TODO: plyer>=0
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=9:../../wip/py-pillow
 DEPENDS+=	${PYPKGPREFIX}-qrcode>=6:../../graphics/py-qrcode


Home | Main Index | Thread Index | Old Index