From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 65457-done@debbugs.gnu.org
Subject: bug#65457: qtbase refers to python 3
Date: Tue, 22 Aug 2023 15:13:01 -0400 [thread overview]
Message-ID: <877cpmc2ma.fsf@gmail.com> (raw)
In-Reply-To: <87bkezaqlh.fsf@gmail.com> (Maxim Cournoyer's message of "Tue, 22 Aug 2023 14:18:02 -0400")
Hello,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hi,
>
> I failed to notice this in time for the merge, but it appears qtbase now
> keeps a reference to Python 3.10, which increases its size a bit.
>
> It should be removed.
Fixes, like so:
--8<---------------cut here---------------start------------->8---
modified gnu/packages/qt.scm
@@ -634,6 +634,8 @@ (define-public qtbase
(build-system cmake-build-system)
(arguments
(substitute-keyword-arguments (package-arguments qtbase-5)
+ ((#:disallowed-references _ #f)
+ (list python))
((#:configure-flags _ ''())
`(let ((out (assoc-ref %outputs "out")))
(list "-DQT_BUILD_TESTS=ON"
@@ -727,7 +729,8 @@ (define-public qtbase
(add-after 'patch-source-shebangs 'do-not-capture-python
(lambda _
(substitute* '("mkspecs/features/uikit/devices.py"
- "util/testrunner/qt-testrunner.py")
+ "util/testrunner/qt-testrunner.py"
+ "util/testrunner/sanitizer-testrunner.py")
(((which "python3"))
"/usr/bin/env python3"))))
(replace 'configure
--8<---------------cut here---------------end--------------->8---
I'll push the fix to the telephony-team branch, since I had just removed
the qt-updates one.
--
Thanks,
Maxim
prev parent reply other threads:[~2023-08-22 19:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-22 18:18 bug#65457: qtbase refers to python 3 Maxim Cournoyer
2023-08-22 19:13 ` Maxim Cournoyer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877cpmc2ma.fsf@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=65457-done@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.