diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2020-07-17 13:11:35 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-07-17 13:14:38 -0700 |
commit | b356d5dd032446c1e6811eef2eb93c32dc9523ef (patch) | |
tree | 20514bab7eb3acf9068f90df89eac25a5449d78a /dev-python/css-parser | |
parent | net-analyzer/suricata: support python3_9 (diff) | |
download | gentoo-b356d5dd032446c1e6811eef2eb93c32dc9523ef.tar.gz gentoo-b356d5dd032446c1e6811eef2eb93c32dc9523ef.tar.bz2 gentoo-b356d5dd032446c1e6811eef2eb93c32dc9523ef.zip |
dev-python/css-parser: remove redundant setuptool BDEPEND
Closes: https://github.com/gentoo/gentoo/pull/16729
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/css-parser')
-rw-r--r-- | dev-python/css-parser/css-parser-1.0.4-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild index b87bcd381f80..25c221d65d23 100644 --- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild +++ b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild @@ -14,7 +14,6 @@ LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~arm x86" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # Tests fail under network-sandbox. RESTRICT+=" test" |