pkgsrc-WIP-changes archive

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

py-octoprint: register dependency on py-yaml



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon Nov 23 09:48:35 2020 +0100
Changeset:	82f95ee6682bf9bf88d678fd00288649eaf66a6b

Modified Files:
	py-octoprint/Makefile

Log Message:
py-octoprint: register dependency on py-yaml

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

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

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

diffs:
diff --git a/py-octoprint/Makefile b/py-octoprint/Makefile
index 98bf3aa5bc..68707ecb1f 100644
--- a/py-octoprint/Makefile
+++ b/py-octoprint/Makefile
@@ -49,6 +49,7 @@ DEPENDS+=	${PYPKGPREFIX}-watchdog>=0.10.2:../../sysutils/py-watchdog
 DEPENDS+=	${PYPKGPREFIX}-websocket-client>=0.57:../../www/py-websocket-client
 DEPENDS+=	${PYPKGPREFIX}-werkzeug>=1.0.1:../../www/py-werkzeug
 DEPENDS+=	${PYPKGPREFIX}-wrapt>=1.12.1:../../devel/py-wrapt
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
 
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/octoprint \


Home | Main Index | Thread Index | Old Index