From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62262158013 for ; Sun, 26 Sep 2021 19:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 100E6E08ED; Sun, 26 Sep 2021 19:34:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE5E1E08C8 for ; Sun, 26 Sep 2021 19:34:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4168342F53 for ; Sun, 26 Sep 2021 19:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36D11111 for ; Sun, 26 Sep 2021 19:34:35 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1632684411.8ee64b2b29c1247d384077b8eea2d5ef91eba60d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/oslo-cache/oslo-cache-2.8.1.ebuild X-VCS-Directories: dev-python/oslo-cache/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 8ee64b2b29c1247d384077b8eea2d5ef91eba60d X-VCS-Branch: dev Date: Sun, 26 Sep 2021 19:34:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3fbbb63-da6d-40b9-a791-58e945287c85 X-Archives-Hash: 48038eaa3ec5b077bd8501b3304b374f commit: 8ee64b2b29c1247d384077b8eea2d5ef91eba60d Author: Alessandro Barbieri gmail com> AuthorDate: Sun Sep 26 19:26:51 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Sep 26 19:26:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ee64b2b dev-python/oslo-cache: remove hacking constraint Signed-off-by: Alessandro Barbieri gmail.com> dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild index 548c6b118..14a807cce 100644 --- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild @@ -36,7 +36,6 @@ DEPEND=" ${RDEPEND} test? ( >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] - =dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}] >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]