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 9EF18138350 for ; Sat, 25 Apr 2020 11:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6CBDE09CA; Sat, 25 Apr 2020 11:16:32 +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 972E5E09CA for ; Sat, 25 Apr 2020 11:16:32 +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 7DAEC34F048 for ; Sat, 25 Apr 2020 11:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA0291EE for ; Sat, 25 Apr 2020 11:16:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1587813359.d1f4f3bfac539254c8fd9dcb06230638bcc9a8a0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/faker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/faker/faker-4.0.3.ebuild X-VCS-Directories: dev-python/faker/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d1f4f3bfac539254c8fd9dcb06230638bcc9a8a0 X-VCS-Branch: dev Date: Sat, 25 Apr 2020 11:16:29 +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: 2be3c082-48f1-44cf-8374-e2e02d3ca0aa X-Archives-Hash: b31fb6a9c4c439a29480ead9e2520d46 commit: d1f4f3bfac539254c8fd9dcb06230638bcc9a8a0 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Apr 25 11:15:59 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 25 11:15:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1f4f3bf dev-python/faker: do not depend on deprecated dep that dep only pulls in a package if python_targets python2_7, as this package does not have py2_7 it does not have to depend on this. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/faker/faker-4.0.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/faker/faker-4.0.3.ebuild b/dev-python/faker/faker-4.0.3.ebuild index 7968c17..5307581 100644 --- a/dev-python/faker/faker-4.0.3.ebuild +++ b/dev-python/faker/faker-4.0.3.ebuild @@ -22,7 +22,6 @@ RDEPEND=" >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}] - virtual/python-ipaddress[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND}