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 9AC23158094 for ; Thu, 28 Jul 2022 12:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E3BBE0D90; Thu, 28 Jul 2022 12:37:23 +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 7F3C8E0D90 for ; Thu, 28 Jul 2022 12:37:23 +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 07F0A340AB5 for ; Thu, 28 Jul 2022 12:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB5E552 for ; Thu, 28 Jul 2022 12:37:20 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1659011825.dc6c91f4424e2d302d9c6e70f6e795a221d0e1f0.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nwbinspector/nwbinspector-0.3.9.ebuild X-VCS-Directories: dev-python/nwbinspector/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: dc6c91f4424e2d302d9c6e70f6e795a221d0e1f0 X-VCS-Branch: master Date: Thu, 28 Jul 2022 12:37:20 +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: f27628d4-4e55-4818-a6a5-0db4549f8ab3 X-Archives-Hash: 6fc6d23afec2316f11b1fcc87ebd8a8e commit: dc6c91f4424e2d302d9c6e70f6e795a221d0e1f0 Author: Horea Christian chymera eu> AuthorDate: Thu Jul 28 12:37:05 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Jul 28 12:37:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc6c91f4 dev-python/nwbinspector: dependency update Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> dev-python/nwbinspector/nwbinspector-0.3.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild index 1e0352b88..e248266d4 100644 --- a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild +++ b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild @@ -20,6 +20,7 @@ RESTRICT="!test? ( test )" DEPEND="" RDEPEND=" dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/natsort[${PYTHON_USEDEP}] dev-python/pynwb[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] "