summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-09 14:48:29 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-09 15:01:22 +0100
commit4f4a5664b51d8d8859c5b27ade6e30b02d11af26 (patch)
tree8e60fa28e393c5b1f89df82b60983913f2b3f75f /dev-python/humanize
parentdev-python/fqdn: Remove stale pypy3.7 deps (diff)
downloadgentoo-4f4a5664b51d8d8859c5b27ade6e30b02d11af26.tar.gz
gentoo-4f4a5664b51d8d8859c5b27ade6e30b02d11af26.tar.bz2
gentoo-4f4a5664b51d8d8859c5b27ade6e30b02d11af26.zip
dev-python/humanize: Remove stale pypy3.7 deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/humanize')
-rw-r--r--dev-python/humanize/humanize-3.12.0-r2.ebuild (renamed from dev-python/humanize/humanize-3.12.0-r1.ebuild)5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/humanize/humanize-3.12.0-r1.ebuild b/dev-python/humanize/humanize-3.12.0-r2.ebuild
index e01d205acf43..5087a4abebca 100644
--- a/dev-python/humanize/humanize-3.12.0-r1.ebuild
+++ b/dev-python/humanize/humanize-3.12.0-r2.ebuild
@@ -14,11 +14,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/importlib_metadata[${PYTHON_USEDEP}]
- ' pypy3)
-"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? ( dev-python/freezegun[${PYTHON_USEDEP}] )