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 2DF601382C5 for ; Wed, 23 Jun 2021 15:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7652EE08F1; Wed, 23 Jun 2021 15:24:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A67CE08F1 for ; Wed, 23 Jun 2021 15:24:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E506335C5D for ; Wed, 23 Jun 2021 15:24:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3897F7A0 for ; Wed, 23 Jun 2021 15:23:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1624461835.7ceaafa57eadae8399af833d2eebd64fd8d8cdd9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openstacksdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openstacksdk/openstacksdk-0.50.0-r1.ebuild X-VCS-Directories: dev-python/openstacksdk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7ceaafa57eadae8399af833d2eebd64fd8d8cdd9 X-VCS-Branch: master Date: Wed, 23 Jun 2021 15:23:59 +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: c08fe862-2f2a-4cd0-be7d-d00a780b7878 X-Archives-Hash: b95f44e7212b918809b73ce7845f4f41 commit: 7ceaafa57eadae8399af833d2eebd64fd8d8cdd9 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 23 15:23:31 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 23 15:23:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ceaafa5 dev-python/openstacksdk: Add missing hacking test-dep Closes: https://bugs.gentoo.org/797907 Signed-off-by: Michał Górny gentoo.org> dev-python/openstacksdk/openstacksdk-0.50.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/openstacksdk/openstacksdk-0.50.0-r1.ebuild b/dev-python/openstacksdk/openstacksdk-0.50.0-r1.ebuild index 94450d3174c..6b4f1fbec8c 100644 --- a/dev-python/openstacksdk/openstacksdk-0.50.0-r1.ebuild +++ b/dev-python/openstacksdk/openstacksdk-0.50.0-r1.ebuild @@ -39,6 +39,7 @@ BDEPEND="${CDEPEND} >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}] >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] + dev-python/hacking[${PYTHON_USEDEP}] >=dev-python/prometheus_client-0.4.2[${PYTHON_USEDEP}] >=dev-python/oslo-config-6.1.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]