Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-twisted
Commits:
dc16464a by Balló György at 2024-12-14T11:02:06+01:00
Remove gobject-introspection-runtime from optdepends
It's not needed directly, and python-gobject already implies it.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -42,7 +42,6 @@ pkgbase = python-twisted
depends = python-incremental
depends = python-typing_extensions
depends = python-zope-interface
- optdepends = gobject-introspection-runtime: for GObject Introspection
support
optdepends = python-appdirs: for using conch
optdepends = python-bcrypt: for using conch
optdepends = python-cryptography: for using conch
=====================================
PKGBUILD
=====================================
@@ -28,7 +28,6 @@ makedepends=(
'python-wheel'
)
optdepends=(
- 'gobject-introspection-runtime: for GObject Introspection support'
'python-appdirs: for using conch'
'python-bcrypt: for using conch'
'python-cryptography: for using conch'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-twisted/-/commit/dc16464a206db741640e353399dfb1b9bcc627cb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-twisted/-/commit/dc16464a206db741640e353399dfb1b9bcc627cb
You're receiving this email because of your account on gitlab.archlinux.org.