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 BE864138350 for ; Mon, 16 Mar 2020 18:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8496E0AE0; Mon, 16 Mar 2020 18:55:37 +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 E7785E0AE0 for ; Mon, 16 Mar 2020 18:55:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DF65B34F200 for ; Mon, 16 Mar 2020 18:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 777EC1A4 for ; Mon, 16 Mar 2020 18:55:31 +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: <1584384300.1e63e87e620b8e1bccdfaf7b3830ba4edc1bb4c7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pymc3/pymc3-3.1.ebuild X-VCS-Directories: sci-mathematics/pymc3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1e63e87e620b8e1bccdfaf7b3830ba4edc1bb4c7 X-VCS-Branch: master Date: Mon, 16 Mar 2020 18:55:31 +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: 165bf81c-7f68-4c4e-9e60-3c24a4083c75 X-Archives-Hash: cc693a6deef312d48b4f54c4ea110761 commit: 1e63e87e620b8e1bccdfaf7b3830ba4edc1bb4c7 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 18:45:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 18:45:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e63e87e sci-mathematics/pymc3: Remove py2 virtuals Signed-off-by: Michał Górny gentoo.org> sci-mathematics/pymc3/pymc3-3.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild b/sci-mathematics/pymc3/pymc3-3.1.ebuild index 1b1dad62cb0..3c95b008123 100644 --- a/sci-mathematics/pymc3/pymc3-3.1.ebuild +++ b/sci-mathematics/pymc3/pymc3-3.1.ebuild @@ -35,7 +35,6 @@ RDEPEND=" >=dev-python/theano-0.9[${PYTHON_USEDEP}] >=dev-python/tqdm-4.8.4[${PYTHON_USEDEP}] >=sci-libs/scipy-0.12[${PYTHON_USEDEP}] - virtual/python-enum34[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]