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 06384138334 for ; Fri, 31 Aug 2018 08:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF3EE0869; Fri, 31 Aug 2018 08:35:52 +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 BF9DDE0869 for ; Fri, 31 Aug 2018 08:35:52 +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 C1981335C5D for ; Fri, 31 Aug 2018 08:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B09083BD for ; Fri, 31 Aug 2018 08:35:48 +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: <1535704182.7ccda5dec7a57da799300c468f577904aa021418.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/CommonMark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/CommonMark/CommonMark-0.7.5.ebuild X-VCS-Directories: dev-python/CommonMark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7ccda5dec7a57da799300c468f577904aa021418 X-VCS-Branch: master Date: Fri, 31 Aug 2018 08:35:48 +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: 0a6e006d-d641-46fc-afd2-f4899e945b0b X-Archives-Hash: 1cd22a6c60a37b68a6aba6a9f70a982a commit: 7ccda5dec7a57da799300c468f577904aa021418 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 31 08:29:42 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 31 08:29:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccda5de dev-python/CommonMark: Remove unnecessary test-dep on flake8 dev-python/CommonMark/CommonMark-0.7.5.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild b/dev-python/CommonMark/CommonMark-0.7.5.ebuild index 9a963bceaef..84141444df5 100644 --- a/dev-python/CommonMark/CommonMark-0.7.5.ebuild +++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild @@ -21,7 +21,6 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - >=dev-python/flake8-3.4.0[${PYTHON_USEDEP}] >=dev-python/hypothesis-3.7.1[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]