diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 12:41:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-04 13:03:44 +0100 |
commit | 4974dcd273f6a3409cb85888c6832211c3c63fbe (patch) | |
tree | d3c6abf7572691c1027f7975e61d133e02e102da /dev-python/portend | |
parent | dev-python/rst-linker: Remove obsolete toml dep (from setuptools_scm) (diff) | |
download | gentoo-4974dcd273f6a3409cb85888c6832211c3c63fbe.tar.gz gentoo-4974dcd273f6a3409cb85888c6832211c3c63fbe.tar.bz2 gentoo-4974dcd273f6a3409cb85888c6832211c3c63fbe.zip |
dev-python/portend: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/portend')
-rw-r--r-- | dev-python/portend/portend-3.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/portend/portend-3.0.0.ebuild b/dev-python/portend/portend-3.0.0.ebuild index 84cbcdf420ff..4cc0735a2a31 100644 --- a/dev-python/portend/portend-3.0.0.ebuild +++ b/dev-python/portend/portend-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-maco RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-6[${PYTHON_USEDEP}] )" |