From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1262522-garchives=archives.gentoo.org@lists.gentoo.org>
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 510B11382C5
	for <garchives@archives.gentoo.org>; Fri, 19 Mar 2021 07:43:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A333AE08D3;
	Fri, 19 Mar 2021 07:43:37 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 8C39FE08D3
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Mar 2021 07:43:37 +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 2DC4A340D1C
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Mar 2021 07:43:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 90CB15B8
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Mar 2021 07:43:34 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1616139801.8faec0b3ce3cc6b511efebe9904b2a18f7b51a34.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lark-parser/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/lark-parser/lark-parser-0.11.2.ebuild
X-VCS-Directories: dev-python/lark-parser/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 8faec0b3ce3cc6b511efebe9904b2a18f7b51a34
X-VCS-Branch: master
Date: Fri, 19 Mar 2021 07:43:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 594b2449-a137-44f7-91f6-1c24f6687e35
X-Archives-Hash: 5394ebf560f9d4f6d32d0666de3a24a8

commit:     8faec0b3ce3cc6b511efebe9904b2a18f7b51a34
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 07:43:03 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 07:43:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faec0b3

dev-python/lark-parser: D_U_S already defined in 0.11.2

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/lark-parser/lark-parser-0.11.2.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/lark-parser/lark-parser-0.11.2.ebuild b/dev-python/lark-parser/lark-parser-0.11.2.ebuild
index f13dafb312e..ae23cc260e4 100644
--- a/dev-python/lark-parser/lark-parser-0.11.2.ebuild
+++ b/dev-python/lark-parser/lark-parser-0.11.2.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 
@@ -19,7 +18,6 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? (
 		dev-python/regex[${PYTHON_USEDEP}]
 		dev-python/js2py[${PYTHON_USEDEP}]