Skip to content

Commit dcf71e1

Browse files
committed
telepathy-mission-control: use Python 3.14 for build
- remove redundant py-gobject dependency ; build works fine without
1 parent 1461d95 commit dcf71e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

comms/telepathy-mission-control/Portfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ checksums sha256 2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477
2323

2424
depends_build port:pkgconfig \
2525
port:libxslt \
26-
port:dbus-python39 \
27-
port:py39-gobject
26+
port:dbus-python314 \
27+
port:python314
2828

2929
depends_lib port:telepathy-glib
3030

3131
patchfiles patch-configure.diff \
3232
dynamic_lookup-11.patch
3333

3434
configure.python \
35-
${prefix}/bin/python3.9
35+
${prefix}/bin/python3.14
3636

3737
configure.args --disable-libaccounts-sso \
3838
--disable-upower \

0 commit comments

Comments
 (0)