Bug 272379 - finance/odoo Add missing dependency
Summary: finance/odoo Add missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-05 08:39 UTC by Jens Grassel
Modified: 2023-08-05 05:58 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments
Patch to add py-requests-file as dependency to finance/odoo (730 bytes, patch)
2023-07-05 08:39 UTC, Jens Grassel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!