diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 12:57:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-04 13:03:56 +0100 |
commit | 7f975303e71d208713dd4d38f197138cdb17ffb1 (patch) | |
tree | abd4729dd8a318d0dbf7af84a6c4d501d7cde0aa /dev-python/executing | |
parent | dev-python/importlib_resources: Remove obsolete toml dep (from setuptools_scm) (diff) | |
download | gentoo-7f975303e71d208713dd4d38f197138cdb17ffb1.tar.gz gentoo-7f975303e71d208713dd4d38f197138cdb17ffb1.tar.bz2 gentoo-7f975303e71d208713dd4d38f197138cdb17ffb1.zip |
dev-python/executing: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/executing')
-rw-r--r-- | dev-python/executing/executing-0.8.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/executing/executing-0.8.2.ebuild b/dev-python/executing/executing-0.8.2.ebuild index ab13f9f81f06..0be0c496ccd9 100644 --- a/dev-python/executing/executing-0.8.2.ebuild +++ b/dev-python/executing/executing-0.8.2.ebuild @@ -21,7 +21,6 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" # asttokens is optional runtime dep BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/asttokens[${PYTHON_USEDEP}] )" |