diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-05 10:13:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-05 10:28:24 +0200 |
commit | effd63bcd5bf7bbd6af80fa229873e4c5b03a695 (patch) | |
tree | 4cf0fe3a4632449ff3396cbea0aeb06d72886214 /dev-lang | |
parent | dev-lang/python: skip tests when relevant kernel options missing (diff) | |
download | gentoo-effd63bcd5bf7bbd6af80fa229873e4c5b03a695.tar.gz gentoo-effd63bcd5bf7bbd6af80fa229873e4c5b03a695.tar.bz2 gentoo-effd63bcd5bf7bbd6af80fa229873e4c5b03a695.zip |
dev-lang/python: Remove duplicate xz-utils dep
This duplicate dependency is a leftover of enforcing "extra-filters"
flag in the past.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.13.0_rc3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.13.0_rc3.ebuild b/dev-lang/python/python-3.13.0_rc3.ebuild index c50bf1ede300..6bc1b294d0ed 100644 --- a/dev-lang/python/python-3.13.0_rc3.ebuild +++ b/dev-lang/python/python-3.13.0_rc3.ebuild @@ -77,7 +77,6 @@ DEPEND=" ${RDEPEND} bluetooth? ( net-wireless/bluez ) test? ( - app-arch/xz-utils dev-python/ensurepip-pip dev-python/ensurepip-setuptools dev-python/ensurepip-wheel |