diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 11:38:37 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 11:38:37 +0100 |
commit | e9ecbf87816464434798bf61e90f8b64e96893ff (patch) | |
tree | 92620d42cbabc65b135da20f9829521ff6da4b78 /dev-python/flit | |
parent | dev-libs/simdjson: remove superfluous sys-apps/findutils dep (diff) | |
download | gentoo-e9ecbf87816464434798bf61e90f8b64e96893ff.tar.gz gentoo-e9ecbf87816464434798bf61e90f8b64e96893ff.tar.bz2 gentoo-e9ecbf87816464434798bf61e90f8b64e96893ff.zip |
dev-python/flit: remove superfluous sys-apps/findutils dep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/flit')
-rw-r--r-- | dev-python/flit/flit-3.4.0.ebuild | 3 | ||||
-rw-r--r-- | dev-python/flit/flit-3.5.0.ebuild | 3 | ||||
-rw-r--r-- | dev-python/flit/flit-3.5.1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/flit/flit-3.6.0.ebuild | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/dev-python/flit/flit-3.4.0.ebuild b/dev-python/flit/flit-3.4.0.ebuild index 1bc9a7f33b5c..e0ffe8a26ea2 100644 --- a/dev-python/flit/flit-3.4.0.ebuild +++ b/dev-python/flit/flit-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,6 @@ RDEPEND=" " BDEPEND="${RDEPEND} sys-apps/grep - sys-apps/findutils test? ( dev-python/responses[${PYTHON_USEDEP}] dev-python/testpath[${PYTHON_USEDEP}] diff --git a/dev-python/flit/flit-3.5.0.ebuild b/dev-python/flit/flit-3.5.0.ebuild index 1bc9a7f33b5c..e0ffe8a26ea2 100644 --- a/dev-python/flit/flit-3.5.0.ebuild +++ b/dev-python/flit/flit-3.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,6 @@ RDEPEND=" " BDEPEND="${RDEPEND} sys-apps/grep - sys-apps/findutils test? ( dev-python/responses[${PYTHON_USEDEP}] dev-python/testpath[${PYTHON_USEDEP}] diff --git a/dev-python/flit/flit-3.5.1.ebuild b/dev-python/flit/flit-3.5.1.ebuild index a5cc9637395b..0b4c68459970 100644 --- a/dev-python/flit/flit-3.5.1.ebuild +++ b/dev-python/flit/flit-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,6 @@ RDEPEND=" " BDEPEND="${RDEPEND} sys-apps/grep - sys-apps/findutils test? ( dev-python/pip[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] diff --git a/dev-python/flit/flit-3.6.0.ebuild b/dev-python/flit/flit-3.6.0.ebuild index 13ed55109146..d5541742237d 100644 --- a/dev-python/flit/flit-3.6.0.ebuild +++ b/dev-python/flit/flit-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,6 @@ RDEPEND=" " BDEPEND="${RDEPEND} sys-apps/grep - sys-apps/findutils test? ( dev-python/pip[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] |