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 C13A6158091 for ; Fri, 17 Jun 2022 11:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA52E0975; Fri, 17 Jun 2022 11:17:22 +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 C5D5AE096A for ; Fri, 17 Jun 2022 11:17:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACFEF341A4C for ; Fri, 17 Jun 2022 11:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA5E7F for ; Fri, 17 Jun 2022 11:17:19 +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: <1655464427.271c6f02aeb129352ee14577639469cccec08734.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vpython/vpython-7.6.3.ebuild X-VCS-Directories: dev-python/vpython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 271c6f02aeb129352ee14577639469cccec08734 X-VCS-Branch: master Date: Fri, 17 Jun 2022 11:17:19 +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: 26ab50e1-0c83-48d5-b540-142f50b3767b X-Archives-Hash: fa59c4f722f69754f81dfa90ed83b15a commit: 271c6f02aeb129352ee14577639469cccec08734 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 17 11:13:47 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 17 11:13:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271c6f02 dev-python/vpython: Remove incorrect dev-python/versioneer dep dev-python/versioneer is not used by the package, it merely imports the "versioneer.py" file included in the dist. Signed-off-by: Michał Górny gentoo.org> dev-python/vpython/vpython-7.6.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/vpython/vpython-7.6.3.ebuild b/dev-python/vpython/vpython-7.6.3.ebuild index 3c1262029dc7..2c0cd2303be8 100644 --- a/dev-python/vpython/vpython-7.6.3.ebuild +++ b/dev-python/vpython/vpython-7.6.3.ebuild @@ -25,7 +25,6 @@ RDEPEND=" " BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] - dev-python/versioneer[${PYTHON_USEDEP}] " RESTRICT="test"