diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:33:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:22 +0100 |
commit | 36dab0c8d4b1523a98c9f2e90864495542b08f67 (patch) | |
tree | 0dc5cda868a719aa792a699bf42f05a426766faa /dev-util/gyp | |
parent | dev-util/gquilt: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-36dab0c8d4b1523a98c9f2e90864495542b08f67.tar.gz gentoo-36dab0c8d4b1523a98c9f2e90864495542b08f67.tar.bz2 gentoo-36dab0c8d4b1523a98c9f2e90864495542b08f67.zip |
dev-util/gyp: Remove duplicate setuptools dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gyp')
-rw-r--r-- | dev-util/gyp/gyp-20170904022846-r1.ebuild (renamed from dev-util/gyp/gyp-20170904022846.ebuild) | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-util/gyp/gyp-20170904022846.ebuild b/dev-util/gyp/gyp-20170904022846-r1.ebuild index 1642a828af15..24cd176a09b9 100644 --- a/dev-util/gyp/gyp-20170904022846.ebuild +++ b/dev-util/gyp/gyp-20170904022846-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2019 Gentoo Authors +# Copyright 2017-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -25,12 +25,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc64 x86" IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -BDEPEND="${PYTHON_DEPS} - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="" -RDEPEND="${BDEPEND}" src_test() { # More errors when DeprecationWarnings enabled. |