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 96221138334 for ; Sat, 14 Jul 2018 12:09:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7577EE09C9; Sat, 14 Jul 2018 12:09:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 07EBAE09C9 for ; Sat, 14 Jul 2018 12:08:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3E9E3335C2E for ; Sat, 14 Jul 2018 12:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21CAF367 for ; Sat, 14 Jul 2018 12:08:56 +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: <1531570128.fca27fc5df04c2722f031d7a60b362f61d2177e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-py/path-py-11.0.1.ebuild X-VCS-Directories: dev-python/path-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fca27fc5df04c2722f031d7a60b362f61d2177e5 X-VCS-Branch: master Date: Sat, 14 Jul 2018 12:08:56 +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-Archives-Salt: ca2b500d-95c4-444f-907b-c3248e650c24 X-Archives-Hash: 60c284524b2ed35941d18110bc7ecd25 commit: fca27fc5df04c2722f031d7a60b362f61d2177e5 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 14 12:02:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 14 12:08:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca27fc5 dev-python/path-py: Add missing test-dep on packaging Closes: https://bugs.gentoo.org/660934 dev-python/path-py/path-py-11.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/path-py/path-py-11.0.1.ebuild b/dev-python/path-py/path-py-11.0.1.ebuild index 730d60b7603..8fe229445c4 100644 --- a/dev-python/path-py/path-py-11.0.1.ebuild +++ b/dev-python/path-py/path-py-11.0.1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( + dev-python/packaging[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )"