Bug 272379

Summary: finance/odoo Add missing dependency
Product: Ports & Packages Reporter: Jens Grassel <freebsd-ports>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to add py-requests-file as dependency to finance/odoo none

Description Jens Grassel 2023-07-05 08:39:04 UTC
Created attachment 243257 [details]
Patch to add py-requests-file as dependency to finance/odoo

Hi,

I just tested the odoo suite and within some module I got an error message about py-requests-file not being found. After installing everything went smooth.

So I created a small patch to add it as a dependency to the port.

Kind regards,

Jens
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-08-05 05:57:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13e5bae1115a528f57da04de6fa018cbf4d512c5

commit 13e5bae1115a528f57da04de6fa018cbf4d512c5
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-08-05 05:52:08 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-08-05 05:52:08 +0000

    finance/odoo: update to 16.0.20230804

    - Add commit date to PORTREVISION
    - Add missing dependency
    - Fix issues with recent version of Werkzeug 2.3.x
    - Fix typo into pkg-message
    - Other minor modifications

    PR:             272379 272794
    Reported by:    Jens Grassel <freebsd-ports  at_ jan0sch.de>, yzrh _at_ noema.org, fgarcia _at koali.es

 finance/odoo/Makefile             |   15 +-
 finance/odoo/distinfo             |    6 +-
 finance/odoo/files/odoo.conf      |    2 +-
 finance/odoo/files/pkg-message.in |    2 +-
 finance/odoo/pkg-plist            | 4940 +++++++++++++++++++++++++++++++++++--
 5 files changed, 4745 insertions(+), 220 deletions(-)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-08-05 05:58:16 UTC
Committed thanks!