[From nobody Sat Apr 25 20:09:07 2026
Received: (at submit) by bugs.debian.org; 23 Dec 2021 03:33:24 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2-bugs.debian.org_2005_01_02
 (2018-09-13) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-15.4 required=4.0 tests=BAYES_00,DKIM_SIGNED,
 DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HAS_PACKAGE,SPF_HELO_NONE,
 SPF_PASS,TXREP autolearn=ham autolearn_force=no
 version=3.4.2-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 30; hammy, 134; neutral, 32; spammy,
 3. spammytokens:0.987-1--H*r:ip*192.168.1.78,
 0.987-1--Hx-spam-relays-external:!192.168.1.78!,
 0.987-1--H*RU:!192.168.1.78! hammytokens:0.000-+--python3,
 0.000-+--H*u:78.0, 0.000-+--sk:gir12, 0.000-+--sk:gir1.2-,
 0.000-+--H*F:D*igalia.com
Return-path: &lt;clopez@igalia.com&gt;
Received: from fanzine2.igalia.com ([213.97.179.56]:54794)
 by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.92) (envelope-from &lt;clopez@igalia.com&gt;) id 1n0Er5-0007YL-86
 for submit@bugs.debian.org; Thu, 23 Dec 2021 03:33:24 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; 
 s=20170329;
 h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:
 Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description:
 Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:
 In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:
 List-Post:List-Owner:List-Archive;
 bh=HpR7f6FUj8+Sh3088C438w57MTREWx4QHR0ndiicztc=; b=SEr7Fh8Sb7WLZ0F/6FdB/bcgOC
 4nOBaLV7t0F6K5L6jjNMAwVxpVGMcLizMXnL8aPMsSQjd7NaHKotUjemtT6E2LaXNSxhj7oTzgX/S
 MV7/T8jWVAxG2sMkfnnNsI26EjZgaP58j5gUJcQa/A43y0vzSgOhfQ1t8sN57tD/JERXmTfhczf5K
 sLfh8nJTbrSyDL9t3vfmIuS/WjcKyaYAmzmhnYt0j+ribe3sn7ywW1zFqWYfIZaIxHgWxe8UGgtd+
 HijII/k+igUaF/+XHgsTiU3ZLaV1P/1+L/pAB0GqcwBZO5d0LbQR7MGzaImRL7BWYSPIgD4+x3ri0
 wsYoidOw==;
Received: from bl9-126-48.dsl.telepac.pt ([85.242.126.48] helo=[192.168.1.78])
 by fanzine2.igalia.com with esmtpsa 
 (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim)
 id 1n0Er0-000BNY-GB
 for &lt;submit@bugs.debian.org&gt;; Thu, 23 Dec 2021 04:33:18 +0100
To: submit@bugs.debian.org
From: Carlos Alberto Lopez Perez &lt;clopez@igalia.com&gt;
Subject: python3-buildstream should depend on gir1.2-ostree-1.0
Organization: Igalia S.L.
Message-ID: &lt;48406cbb-1a4d-9ca0-5a65-b36dcdbd5190@igalia.com&gt;
Date: Thu, 23 Dec 2021 03:33:08 +0000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
 Thunderbird/78.10.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Language: en-GB
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org

Package: python3-buildstream
Version: 1.4.3-0.1


Installing python3-buildstream on Debian 11 (bullseye) on a new container
leads to the software not beeing usable due to a missing package dependency

Steps to reproduce:

1. Install on an empty debian system the packages python3-buildstream python3-gi python3 buildstream ostree

2. Try to run

  $ python3 -c 'from gi.repository import OSTree'
	Traceback (most recent call last):
	  File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;
	  File &quot;/usr/lib/python3/dist-packages/gi/importer.py&quot;, line 131, in load_module
		raise ImportError('cannot import name %s, '
	ImportError: cannot import name OSTree, introspection typelib not found


I fixed the issue by manually installing the package gir1.2-ostree-1.0,
but I think this should be automatically installed via the apt deps.
]