pkgsrc-WIP-changes archive

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

Register some of the remaining dependencies



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Oct 11 06:41:33 2019 +0200
Changeset:	dbd5ab0dc869253f7fdcd9e60eaaa4dbdcc1469e

Modified Files:
	py-octoprint/Makefile

Log Message:
Register some of the remaining dependencies

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

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

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

diffs:
diff --git a/py-octoprint/Makefile b/py-octoprint/Makefile
index db61673819..52a48c4d0c 100644
--- a/py-octoprint/Makefile
+++ b/py-octoprint/Makefile
@@ -15,7 +15,15 @@ LICENSE=	gnu-agpl-v3
 PYTHON_VERSIONS_ACCEPTED=	27
 
 #TODO register the remaining dependencies (see https://github.com/foosel/OctoPrint/blob/master/setup.py#L19)
+DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.8.1:../../textproc/py-jinja2
+DEPENDS+=	${PYPKGPREFIX}-pkginfo>=1.5.0.1:../../devel/py-pkginfo
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.21.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-rsa>=4.0:../../security/py-rsa
+DEPENDS+=	${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
+DEPENDS+=	${PYPKGPREFIX}-sentry-sdk=0.7.7:../../wip/py-sentry-sdk
 DEPENDS+=	${PYPKGPREFIX}-typing>=3.6.6:../../devel/py-typing
+DEPENDS+=	${PYPKGPREFIX}-watchdog>=0.9.0:../../sysutils/py-watchdog
+DEPENDS+=	${PYPKGPREFIX}-werkzeug>=0.15.1:../../www/py-werkzeug
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index