summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-04 12:32:05 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-04 13:03:42 +0100
commit885ad0a7a7d4ab53ea0ad0e61add02c90f2131a4 (patch)
tree8403c879f2b7ba95565fa98e0897fb87533842d2 /dev-python/tqdm
parentdev-python/zipp: Remove obsolete toml dep (from setuptools_scm) (diff)
downloadgentoo-885ad0a7a7d4ab53ea0ad0e61add02c90f2131a4.tar.gz
gentoo-885ad0a7a7d4ab53ea0ad0e61add02c90f2131a4.tar.bz2
gentoo-885ad0a7a7d4ab53ea0ad0e61add02c90f2131a4.zip
dev-python/tqdm: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r--dev-python/tqdm/tqdm-4.62.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/tqdm/tqdm-4.62.3.ebuild b/dev-python/tqdm/tqdm-4.62.3.ebuild
index 65e1f7b2ca26..3ebaec9089ff 100644
--- a/dev-python/tqdm/tqdm-4.62.3.ebuild
+++ b/dev-python/tqdm/tqdm-4.62.3.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
@@ -23,7 +23,6 @@ IUSE="examples"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]