FreeBSD Bugzilla – Attachment 172388 Details for
Bug 210674
print/cloudprint: Missing dependencies (requests, argparse)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that adds the missing dependendies for requests and argparse
aaf52d585e537441350881523758fab7ec5e5093.patch (text/plain), 1.10 KB, created by
Jochen Breuer
on 2016-07-11 18:57:26 UTC
(
hide
)
Description:
Patch that adds the missing dependendies for requests and argparse
Filename:
MIME Type:
Creator:
Jochen Breuer
Created:
2016-07-11 18:57:26 UTC
Size:
1.10 KB
patch
obsolete
>From aaf52d585e537441350881523758fab7ec5e5093 Mon Sep 17 00:00:00 2001 >From: Jochen Breuer <breuer@dajool.com> >Date: Mon, 11 Jul 2016 16:44:46 +0200 >Subject: [PATCH] print/cloudprint: Added missing dependencies > >Added missing dependencies. cloudprint also needs requests and argparse. >setup.py also lists those as dependencies: https://raw.githubusercontent.com/armooo/cloudprint/master/setup.py > >https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210674 >--- > print/cloudprint/Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile >index d70cbc8..1858f2f 100644 >--- a/print/cloudprint/Makefile >+++ b/print/cloudprint/Makefile >@@ -12,7 +12,9 @@ COMMENT= Google Cloud Print proxy for local CUPS printers > LICENSE= GPLv3 > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \ >- ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon >+ ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \ >+ ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests > > USE_GITHUB= yes > GH_ACCOUNT= armooo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210674
:
172388
|
172404