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 2CAA715806E for ; Thu, 25 May 2023 21:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9E3E0823; Thu, 25 May 2023 21:52:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4DAB1E0826 for ; Thu, 25 May 2023 21:52:34 +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 7A6C6340F91 for ; Thu, 25 May 2023 21:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8277A7A for ; Thu, 25 May 2023 21:52:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685051530.6a726ac9db835b652e39c5903c4e8d2f0a1e8e61.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/signedjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/signedjson/signedjson-1.1.4.ebuild X-VCS-Directories: dev-python/signedjson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a726ac9db835b652e39c5903c4e8d2f0a1e8e61 X-VCS-Branch: master Date: Thu, 25 May 2023 21:52: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: e0a6f1d8-888e-4500-b581-fa140121aeab X-Archives-Hash: e7e39c0539bb492a8c4badd5c12fc8e9 commit: 6a726ac9db835b652e39c5903c4e8d2f0a1e8e61 Author: Petr Vaněk atlas cz> AuthorDate: Wed May 24 12:47:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 25 21:52:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a726ac9 dev-python/signedjson: add missing bdep setuptools-scm is needed for SETUPTOOLS_SCM_PRETEND_VERSION. Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/signedjson/signedjson-1.1.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild index 10a241fb217b..29514814670a 100644 --- a/dev-python/signedjson/signedjson-1.1.4.ebuild +++ b/dev-python/signedjson/signedjson-1.1.4.ebuild @@ -29,6 +29,9 @@ RDEPEND=" dev-python/importlib-metadata[${PYTHON_USEDEP}] ' python3_9) " +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" distutils_enable_tests unittest