summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-04 13:01:27 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-04 13:03:59 +0100
commit5feb45ecc228811dbee798655eb5d2c488245aa1 (patch)
treee5c36cb17faef304242e5f42c7cdecb3688892f3 /dev-python/ansi2html
parentdev-python/asttokens: Remove obsolete toml dep (from setuptools_scm) (diff)
downloadgentoo-5feb45ecc228811dbee798655eb5d2c488245aa1.tar.gz
gentoo-5feb45ecc228811dbee798655eb5d2c488245aa1.tar.bz2
gentoo-5feb45ecc228811dbee798655eb5d2c488245aa1.zip
dev-python/ansi2html: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansi2html')
-rw-r--r--dev-python/ansi2html/ansi2html-1.6.0.ebuild3
-rw-r--r--dev-python/ansi2html/ansi2html-1.7.0.ebuild1
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/ansi2html/ansi2html-1.6.0.ebuild b/dev-python/ansi2html/ansi2html-1.6.0.ebuild
index fceae73f627a..0b434d5ff560 100644
--- a/dev-python/ansi2html/ansi2html-1.6.0.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.6.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=7
@@ -19,7 +19,6 @@ RDEPEND=">=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
doc? (
app-text/asciidoc
)
diff --git a/dev-python/ansi2html/ansi2html-1.7.0.ebuild b/dev-python/ansi2html/ansi2html-1.7.0.ebuild
index eff833585fbb..7a0d775ca6e5 100644
--- a/dev-python/ansi2html/ansi2html-1.7.0.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.7.0.ebuild
@@ -21,7 +21,6 @@ RDEPEND=">=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
doc? (
app-text/asciidoc
)