From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1353282-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5058E158003
	for <garchives@archives.gentoo.org>; Tue, 28 Dec 2021 10:59:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 45D572BC002;
	Tue, 28 Dec 2021 10:59:02 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 522052BC002
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 10:58:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 57001342E78
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 10:58:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 524BA1BD
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 10:58:55 +0000 (UTC)
From: "Viorel Munteanu" <ceamac.paragon@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" <ceamac.paragon@gmail.com>
Message-ID: <1640688701.0a4481b85b45f3ed049fff623acf6974d6d7b88e.viorel_munteanu@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
X-VCS-Directories: dev-python/desktop-notifier/
X-VCS-Committer: viorel_munteanu
X-VCS-Committer-Name: Viorel Munteanu
X-VCS-Revision: 0a4481b85b45f3ed049fff623acf6974d6d7b88e
X-VCS-Branch: dev
Date: Tue, 28 Dec 2021 10:58:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d0b9b180-b8b5-47c1-a294-dd3ba0235c92
X-Archives-Hash: 0fcf0f01803f5c1effee0f640a243f02

commit:     0a4481b85b45f3ed049fff623acf6974d6d7b88e
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Dec 28 10:51:41 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Tue Dec 28 10:51:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a4481b8

dev-python/desktop-notifier: add a dependency

Closes: https://bugs.gentoo.org/830146
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
index 95a60fddb..be452dd59 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/python-dbus-next[${PYTHON_USEDEP}]
 	python_targets_python3_8? ( dev-python/importlib_resources )