maintainer-feedback requested: [Bug 282937] editors/openoffice-devel; Update python dependency
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282937] editors/openoffice-devel; Update python dependency"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Nov 2024 17:53:38 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked FreeBSD Office Team <office@FreeBSD.org> for maintainer-feedback: Bug 282937: editors/openoffice-devel; Update python dependency https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282937 --- Description --- So I was getting tired of editors/openoffice-4 depending on python2.7 when I noticed editors/openoffice-devel. I said to myself, "Surely the devel version isn't depending on version 2.7 any more," and an examination of the Makefile confirmed that it isn't. But it does explicitly depend on version 3.9, and the current default version is 3.11. I made the attached patch to the Makefile to specify that 3.9 or above would work and tried it out. My suspicion is that python is used only during the build, and therefore that if my build succeeded, everything would be okay; and that seems to be true.