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 24B7413835A for ; Fri, 4 Dec 2020 12:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C53DAE0998; Fri, 4 Dec 2020 12:38:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1C51E0998 for ; Fri, 4 Dec 2020 12:38:51 +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 7D49C341002 for ; Fri, 4 Dec 2020 12:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA1748E for ; Fri, 4 Dec 2020 12:38:47 +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: <1607085468.d2daaef39405ee0742a4cdcd97fe9f684048a101.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-lru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild X-VCS-Directories: dev-python/repoze-lru/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d2daaef39405ee0742a4cdcd97fe9f684048a101 X-VCS-Branch: master Date: Fri, 4 Dec 2020 12:38:47 +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: 5c44cfe6-5346-4ed0-b881-35d3fd07a436 X-Archives-Hash: 5e1bc1bdc51f95033d7ca85c60f39ff5 commit: d2daaef39405ee0742a4cdcd97fe9f684048a101 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 4 12:37:48 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 4 12:37:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2daaef3 Revert "dev-python/repoze-lru: Remove namespace dep" This reverts commit a500bd7d37feb6fb6c5fd91b4b6cd1735547a742. Signed-off-by: Michał Górny gentoo.org> .../repoze-lru/{repoze-lru-0.7-r2.ebuild => repoze-lru-0.7-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild similarity index 92% rename from dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild rename to dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild index 2d3af56e677..8427a6dce80 100644 --- a/dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild @@ -18,6 +18,8 @@ LICENSE="repoze" SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86" +RDEPEND="dev-python/namespace-repoze[${PYTHON_USEDEP}]" + distutils_enable_tests unittest python_install_all() {