diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-13 21:12:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-13 21:15:16 +0100 |
commit | 8ea789afbd83adb3079a7b6541ad9f580e1fe502 (patch) | |
tree | 3c7eb34820b36841d5d6c66b08bea7a6c88ed5aa /dev-python | |
parent | net-misc/wget: Stabilize 1.21.2 ppc, #831095 (diff) | |
download | gentoo-8ea789afbd83adb3079a7b6541ad9f580e1fe502.tar.gz gentoo-8ea789afbd83adb3079a7b6541ad9f580e1fe502.tar.bz2 gentoo-8ea789afbd83adb3079a7b6541ad9f580e1fe502.zip |
dev-python/flit_core: Remove obsolete intreehooks dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flit_core/flit_core-3.5.1-r1.ebuild (renamed from dev-python/flit_core/flit_core-3.5.1.ebuild) | 3 | ||||
-rw-r--r-- | dev-python/flit_core/flit_core-3.6.0-r1.ebuild (renamed from dev-python/flit_core/flit_core-3.6.0.ebuild) | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/flit_core/flit_core-3.5.1.ebuild b/dev-python/flit_core/flit_core-3.5.1-r1.ebuild index a27ed429b4ae..8a614e2b6daf 100644 --- a/dev-python/flit_core/flit_core-3.5.1.ebuild +++ b/dev-python/flit_core/flit_core-3.5.1-r1.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 @@ -16,7 +16,6 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" RDEPEND=" - dev-python/intreehooks[${PYTHON_USEDEP}] dev-python/tomli[${PYTHON_USEDEP}] " BDEPEND=" diff --git a/dev-python/flit_core/flit_core-3.6.0.ebuild b/dev-python/flit_core/flit_core-3.6.0-r1.ebuild index 22ec64d9e025..dbf83cbd0820 100644 --- a/dev-python/flit_core/flit_core-3.6.0.ebuild +++ b/dev-python/flit_core/flit_core-3.6.0-r1.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 @@ -18,7 +18,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" - dev-python/intreehooks[${PYTHON_USEDEP}] dev-python/tomli[${PYTHON_USEDEP}] " BDEPEND=" |