pkgsrc-WIP-changes archive

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

openshot-qt: added missing dep on py-requests



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu Mar 17 10:40:22 2022 +0100
Changeset:	01f2f63858d4b820ffbcd8c8eea186a7179f199f

Modified Files:
	openshot-qt/Makefile

Log Message:
openshot-qt: added missing dep on py-requests

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

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

diffstat:
 openshot-qt/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/openshot-qt/Makefile b/openshot-qt/Makefile
index 84865f502f..11d4b86220 100644
--- a/openshot-qt/Makefile
+++ b/openshot-qt/Makefile
@@ -15,6 +15,7 @@ COMMENT=	Video editor
 
 DEPENDS+=	${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=	${PYPKGPREFIX}-zmq-[0-9]*:../../net/py-zmq
+DEPENDS+=       ${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests
 DEPENDS+=	libopenshot-[0-9]*:../../wip/libopenshot
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"


Home | Main Index | Thread Index | Old Index