summaryrefslogtreecommitdiff
path: root/dev-python/gst-python
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-09-21 04:17:41 +0300
committerMart Raudsepp <leio@gentoo.org>2026-01-14 13:33:07 +0200
commit9b2c9589f6307e282fdc67fb59745f875f3999a7 (patch)
tree1a3946bf84e5aa98ba562982ec1545cddfd13d01 /dev-python/gst-python
parent29a21ba0bad713c70e8db2c2338728b1ec204230 (diff)
downloadgentoo-9b2c9589f6307e282fdc67fb59745f875f3999a7.tar.gz
gentoo-9b2c9589f6307e282fdc67fb59745f875f3999a7.tar.bz2
gentoo-9b2c9589f6307e282fdc67fb59745f875f3999a7.zip
dev-python/gst-python: drop backported patch, readd pygobject restriction
* Drop backport patch. Upstream commit: d3e46e5a51a9552402d8b2fc8ee8b189286cc91f * Readd the pygobject restriction because tests still fail. "AssertionError: NotInitialized not raised". See-Also: 0c58185159d8fc50552a6b718dff283fb9545589 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python/gst-python')
-rw-r--r--dev-python/gst-python/gst-python-1.24.13.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/gst-python/gst-python-1.24.13.ebuild b/dev-python/gst-python/gst-python-1.24.13.ebuild
index 9c47bc724e9a..79d2edc10810 100644
--- a/dev-python/gst-python/gst-python-1.24.13.ebuild
+++ b/dev-python/gst-python/gst-python-1.24.13.ebuild
@@ -20,16 +20,13 @@ RDEPEND="${PYTHON_DEPS}
>=media-libs/gstreamer-${PV}:1.0[introspection]
>=media-libs/gst-plugins-base-${PV}:1.0[introspection]
>=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
+ <dev-python/pygobject-3.52:3
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
"
-PATCHES=(
- "${FILESDIR}/gstreamer_compat__ge_pygobject-3.52.3.patch"
-)
-
src_prepare() {
default