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 0FB69158086 for ; Sat, 27 Nov 2021 15:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDEC32BC027; Sat, 27 Nov 2021 15:25:31 +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 D30122BC027 for ; Sat, 27 Nov 2021 15:25:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D1D83342AFB for ; Sat, 27 Nov 2021 15:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665521DC for ; Sat, 27 Nov 2021 15:25:29 +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: <1638026726.24f7505ed742020250c1737e302db1c69255d9b9.mgorny@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.14.ebuild X-VCS-Directories: dev-python/fs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24f7505ed742020250c1737e302db1c69255d9b9 X-VCS-Branch: master Date: Sat, 27 Nov 2021 15:25:29 +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: a1464086-7374-4ccf-af1f-935e6b0435c3 X-Archives-Hash: 6151a225a90bce57762c64a7fb5f8ac9 commit: 24f7505ed742020250c1737e302db1c69255d9b9 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 27 15:25:02 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 27 15:25:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f7505e dev-python/fs: Remove obsolete test dep on pyftpdlib Signed-off-by: Michał Górny gentoo.org> dev-python/fs/fs-2.4.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fs/fs-2.4.14.ebuild b/dev-python/fs/fs-2.4.14.ebuild index 5e837e46dc4a..9e1393f51df9 100644 --- a/dev-python/fs/fs-2.4.14.ebuild +++ b/dev-python/fs/fs-2.4.14.ebuild @@ -31,10 +31,10 @@ RDEPEND=" dev-python/pytz[${PYTHON_USEDEP}] >=dev-python/six-1.10[${PYTHON_USEDEP}] " +# NB: we skip tests requiring pyftpdlib BDEPEND=" test? ( dev-python/parameterized[${PYTHON_USEDEP}] - dev-python/pyftpdlib[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] ) "