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 5C063138335 for ; Sat, 23 Nov 2019 19:28:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB3F7E07DB; Sat, 23 Nov 2019 19:28:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 93C20E0784 for ; Sat, 23 Nov 2019 19:28:17 +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 99AE534D282 for ; Sat, 23 Nov 2019 19:28:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F5068BC for ; Sat, 23 Nov 2019 19:28:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1574537273.99632e9e1e8f5f089b68dc3893e576c4048576cb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fs/fs-2.4.9.ebuild X-VCS-Directories: dev-python/fs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 99632e9e1e8f5f089b68dc3893e576c4048576cb X-VCS-Branch: master Date: Sat, 23 Nov 2019 19:28:15 +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: 3c75e501-c63b-48eb-84bb-ab96342eacc8 X-Archives-Hash: 001ca8b718d8e16046489ca6bcfc2421 commit: 99632e9e1e8f5f089b68dc3893e576c4048576cb Author: Matt Turner gentoo org> AuthorDate: Sat Nov 23 19:16:56 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 23 19:27:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99632e9e dev-python/fs: Depend on dev-python/backports-os for python2 Closes: https://bugs.gentoo.org/696238 Signed-off-by: Matt Turner gentoo.org> dev-python/fs/fs-2.4.9.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild index a30c5ed47c0..adf7a05eb3e 100644 --- a/dev-python/fs/fs-2.4.9.ebuild +++ b/dev-python/fs/fs-2.4.9.ebuild @@ -32,6 +32,9 @@ DEPEND="${RDEPEND} dev-python/pyftpdlib[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/unittest2[${PYTHON_USEDEP}] + python_targets_python2_7? ( + dev-python/backports-os[python_targets_python2_7] + ) )" python_test() {