FreeBSD Bugzilla – Attachment 240524 Details for
Bug 269910
finance/odoo finance/odoo1[45]: Replace reference to PY_PILLOW with its value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
finance_odoo.patch (text/plain), 2.61 KB, created by
Yasuhiro Kimura
on 2023-03-02 09:32:29 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-03-02 09:32:29 UTC
Size:
2.61 KB
patch
obsolete
>From 44bd4099f27604eaee58fedf6f725ce7871d7729 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Thu, 2 Mar 2023 18:26:40 +0900 >Subject: [PATCH] finance/odoo*: Replace reference to PY_PILLOW with its value > >Since these ports work with Python 3.7 and later, the value of >PY_PILLOW doesn't change. So replace reference to it with its value. >--- > finance/odoo/Makefile | 2 +- > finance/odoo14/Makefile | 2 +- > finance/odoo15/Makefile | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile >index 48502ba13a4e..8317c0f44189 100644 >--- a/finance/odoo/Makefile >+++ b/finance/odoo/Makefile >@@ -34,7 +34,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ > ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}vatnumber>=0:finance/py-vatnumber@${PY_FLAVOR} \ >- ${PY_PILLOW} \ >+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ldap>=0:net/py-ldap@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR} \ >diff --git a/finance/odoo14/Makefile b/finance/odoo14/Makefile >index 74495a69575b..7b960016710f 100644 >--- a/finance/odoo14/Makefile >+++ b/finance/odoo14/Makefile >@@ -36,7 +36,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ > ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}vatnumber>=0:finance/py-vatnumber@${PY_FLAVOR} \ >- ${PY_PILLOW} \ >+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ldap>=0:net/py-ldap@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR} \ >diff --git a/finance/odoo15/Makefile b/finance/odoo15/Makefile >index 6b53f1b6b2bf..10ccd9084ca9 100644 >--- a/finance/odoo15/Makefile >+++ b/finance/odoo15/Makefile >@@ -36,7 +36,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ > ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}vatnumber>=0:finance/py-vatnumber@${PY_FLAVOR} \ >- ${PY_PILLOW} \ >+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ldap>=0:net/py-ldap@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR} \ >-- >2.39.2 >
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
Flags:
acm
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 269910
: 240524