From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id eFfLMn62wWHJQAEAgWs5BA (envelope-from ) for ; Tue, 21 Dec 2021 12:11:58 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id SNqQLn62wWHKYwAA1q6Kng (envelope-from ) for ; Tue, 21 Dec 2021 11:11:58 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9260337D9F for ; Tue, 21 Dec 2021 12:11:58 +0100 (CET) Received: from localhost ([::1]:45134 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mzd3l-0002Wf-PM for larch@yhetil.org; Tue, 21 Dec 2021 06:11:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzd2s-0000CB-Pd for bug-guix@gnu.org; Tue, 21 Dec 2021 06:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mzd2s-0005eC-Fg for bug-guix@gnu.org; Tue, 21 Dec 2021 06:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mzd2s-0003mD-9O for bug-guix@gnu.org; Tue, 21 Dec 2021 06:11:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#52552: [PATCH 2/2] gnu: pantalaimon: Propagate python-pydbus and python-notify2. Resent-From: Aleksandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 21 Dec 2021 11:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52552 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 52700@debbugs.gnu.org Received: via spool by 52552-submit@debbugs.gnu.org id=B52552.164008503914456 (code B ref 52552); Tue, 21 Dec 2021 11:11:02 +0000 Received: (at 52552) by debbugs.gnu.org; 21 Dec 2021 11:10:39 +0000 Received: from localhost ([127.0.0.1]:52536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzd2S-0003kq-8a for submit@debbugs.gnu.org; Tue, 21 Dec 2021 06:10:39 -0500 Received: from mout02.posteo.de ([185.67.36.66]:57331) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzd2P-0003kN-J2 for 52552@debbugs.gnu.org; Tue, 21 Dec 2021 06:10:34 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A2240240105 for <52552@debbugs.gnu.org>; Tue, 21 Dec 2021 12:10:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1640085027; bh=omDMG3gs7CUtpRrf+oAeqdOV0S9kxJTUihZ7ZWLyqyk=; h=From:To:Cc:Subject:Date:From; b=kXB5lWGJJGuXZ18J1XT+sbZyZBrUzHv6IRVCHiLKbj85MCblIEz1VaBVrIb0rdkKM DxBr18GB4GYMZQ3QCua/f8ddQYXdHxnP2NSc7jFS/CFH7kr3AF+BQ+xNp+celFK/cf kW9AVc90IjVGBZo3/a9jS7W2cX0q4TaZvwHHkgFVpcQ5F8MN0zQ+zzUnWpOhET8tnO uFcZUE6l0Vm7+SR/KEPZ2Vwyso0uJPJBhrvvSlxyl68mwjaxnm7acz4cONMm20hOTi xr5AO2jUXajYKo8sG+wrn9qNpcuLM8+rqJ5ugGugPipOf0kW4MWJ3cd+v2cGUxtsux 5dBylWL+ibUgw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JJDJf1GTpz6tp3; Tue, 21 Dec 2021 12:10:25 +0100 (CET) From: Aleksandr Vityazev In-Reply-To: References: Message-Id: <39ec9e0a29394db901cb69b601a576aa3a1b72fd.1640084945.git.avityazev@posteo.org> Date: Tue, 21 Dec 2021 11:10:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 52552@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1640085118; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=haD5qti7k7ie7Bxw2jcaE1PpYRYHkvUlQh3ua5x+f7k=; b=NISx0hr0fqLb+Xp9mHXlpSKrfqTGcbHmUaQhsanXMU3+Le1UZAGNmQc9ePOMikuwAqDpvx QlhIo7rRtdchjoL3yokJLyewrddSyV89DmP1u3moUbuwCGLJz4/EyoLqTKg0xphYszxeCE clwUO9aF8sQxfTdwr1XoplxWRlHleRFdOQBYhXgfopELGmv7PSkA+gya7oY6SP/wASP/Ub yudCQYfdSarWP33UMd4lIs4EQQ/LfI5yj61JPgJaJZi+6+ZHfOce/U++mqxIY9fXCK3lVf uZ6uyrX84w/DINa5Y6Qtjr3XrDk1swEBntRyZP58XSB157esLZy5q1L8cmujCw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1640085118; a=rsa-sha256; cv=none; b=nhYJ70P7fh5XLM9Yerrs697kRko+RqOStxZyo/hf4Hlm21wA/Hl8caB5K5hNLxBAVndx1Y KePZNa4b8XG4BjfiWAisIDAQB0Zg6PE0weCSZ5WemrjgxPXmt1Zf58/aSGKsnuH0Q8E5Jh 9F4cAHmyG9SJOpoXrZ7ijgQsyg9MVIrftwvJjHaxROIiXo3vY7YYh2O765pvr2Bflj5X0M 4TNQFvLcxahXrH3ZzgC7j/Q8orhNWtX8vu8ONe6hIk/WozhN3220oXbX6bf/miuIgNHr7O 9SFo0hIYNX4R5CpK7+f1zfW8Uh8XSf13KsskZtVIitMq6eg3gwY48ttQbCqquQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=kXB5lWGJ; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.43 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=kXB5lWGJ; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9260337D9F X-Spam-Score: -2.43 X-Migadu-Scanner: scn0.migadu.com X-TUID: 90a9xqzrzpjU * gnu/packages/matrix.scm: Import (gnu packages glib). (pantalaimon): [native-inputs]: Change formatting, add python-pygobject. [propagated-inputs]: Add python-pydbus and python-notify2. --- gnu/packages/matrix.scm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index 8cdfa38b32..8780b156af 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2020 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2020, 2021 Michael Rohleder ;;; Copyright =C2=A9 2020 Giacomo Leidi +;;; Copyright =C2=A9 2021 Aleksandr Vityazev ;;; ;;; This file is part of GNU Guix. ;;; @@ -31,6 +32,7 @@ (define-module (gnu packages matrix) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages xml) + #:use-module (gnu packages glib) #:use-module (guix build-system python) #:use-module (guix download) #:use-module (guix git-download) @@ -256,10 +258,15 @@ (define-public pantalaimon (add-installed-pythonpath inputs outputs) (invoke "pytest" "-vv" "tests"))))))) (native-inputs - (list python-pytest python-faker python-pytest-aiohttp - python-aioresponses)) + (list python-faker + python-pytest + python-pygobject + python-aioresponses + python-pytest-aiohttp)) (propagated-inputs (list python-aiohttp + python-pydbus + python-notify2 python-appdirs python-attrs python-cachetools --=20 2.34.0 --=20 Aleksandr Vityazev