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 904AA158090 for ; Fri, 20 May 2022 01:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83A9DE0919; Fri, 20 May 2022 01:10:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6723BE0919 for ; Fri, 20 May 2022 01:10:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 432003414E5 for ; Fri, 20 May 2022 01:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8BD83B5 for ; Fri, 20 May 2022 01:10:08 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1653008803.11d1847167fcc6ae4cf14724fbd01bee6b5457a5.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/allpairspy/allpairspy-2.5.0.ebuild X-VCS-Directories: dev-python/allpairspy/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 11d1847167fcc6ae4cf14724fbd01bee6b5457a5 X-VCS-Branch: master Date: Fri, 20 May 2022 01:10:08 +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: 85dbfb9f-82e8-4179-a3bc-77a9a93f2845 X-Archives-Hash: cf4ce31e4d7bd6b6a7e902b3ebc4ad9b commit: 11d1847167fcc6ae4cf14724fbd01bee6b5457a5 Author: Zac Medico gentoo org> AuthorDate: Fri May 20 01:06:43 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri May 20 01:06:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d18471 dev-python/allpairspy: add dev-python/six dep Closes: https://bugs.gentoo.org/846401 Signed-off-by: Zac Medico gentoo.org> dev-python/allpairspy/allpairspy-2.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/allpairspy/allpairspy-2.5.0.ebuild b/dev-python/allpairspy/allpairspy-2.5.0.ebuild index 02bf71fcc636..ec2a06f185e8 100644 --- a/dev-python/allpairspy/allpairspy-2.5.0.ebuild +++ b/dev-python/allpairspy/allpairspy-2.5.0.ebuild @@ -14,5 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" distutils_enable_tests pytest