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.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 B0A02158087 for ; Sun, 2 Jan 2022 15:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F72C2BC012; Sun, 2 Jan 2022 15:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C0152BC016 for ; Sun, 2 Jan 2022 15:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C442734301C for ; Sun, 2 Jan 2022 15:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29AAA285 for ; Sun, 2 Jan 2022 15:34:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1641137210.ff66f4c7489e9c29f9ef8b78a6ece895f2e23c85.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-versionedobjects/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild X-VCS-Directories: dev-python/oslo-versionedobjects/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ff66f4c7489e9c29f9ef8b78a6ece895f2e23c85 X-VCS-Branch: dev Date: Sun, 2 Jan 2022 15:34:03 +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: 21ec08da-0074-47e7-86fb-46b0f1cfb3a4 X-Archives-Hash: 99b569412c9df7f8bd90ec938ea9160c Message-ID: <20220102153403.jf0yfd_FTs45hhDBqX21FgFmk-9_HuBiudU2_lauZZI@z> commit: ff66f4c7489e9c29f9ef8b78a6ece895f2e23c85 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jan 2 15:26:50 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 2 15:26:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff66f4c7 dev-python/oslo-versionedobjects: drop test dep dev-python/hacking masked for removal in ::gentoo Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild index 37eed62ef..3611cdd49 100644 --- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild +++ b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,7 +38,6 @@ DEPEND=" ${RDEPEND} >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] test? ( - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]