Bug 279621 - [patch] textproc/py-docxtpl: missing dependency textproc/py-docxcompose
Summary: [patch] textproc/py-docxtpl: missing dependency textproc/py-docxcompose
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: 2024-06-10 09:09 UTC by mail_of_sergey
Modified: 2024-06-16 19:23 UTC (History)
0 users

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


Attachments
Modifying RUN_DEPENDS to add dependency to the textproc/py-docxcompose port. (485 bytes, patch)
2024-06-10 09:09 UTC, mail_of_sergey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mail_of_sergey 2024-06-10 09:09:24 UTC
Created attachment 251338 [details]
Modifying RUN_DEPENDS to add dependency to the textproc/py-docxcompose port.

The "import docxtpl" python command generates an error without the installed textproc/py-docxcompose port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-16 19:22:40 UTC
A commit in branch main references this bug:

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

commit fd877ba44562e7d3eba831508428199ded5e346f
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-06-16 19:21:02 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-06-16 19:22:18 +0000

    textproc/py-docxtpl: Add textproc/py-docxcompose dependency

    PR:             279621
    Reported by:    mail_of_sergey __at __ mail.ru

 textproc/py-docxtpl/Makefile | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-06-16 19:23:02 UTC
Committed thanks!