| Summary: | dev-python/dns-lexicon-3.3.4: missing dep dev-python/future | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Leho Kraav (:macmaN @lkraav) <leho> |
| Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ionen |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Leho Kraav (:macmaN @lkraav)
2021-02-05 09:23:11 UTC
That virtual didn't add a dependency on future, it generate a conditional dependency on 'futures' (note the s, that package is gone) only when python2 is used. So removing it did nothing. But dev-python/future may be a missing dep nonetheless (maintainer will know better). Just FYI, I ran into missing dependencies with this myself. Can confirm the dev-python/future requirement @lkraav reported. In my case, it also needed dev-python/pyopenssl. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4917fff31be4f3f9a584fdd0eeb8df98cfb878f commit d4917fff31be4f3f9a584fdd0eeb8df98cfb878f Author: Louis Sautier <sbraz@gentoo.org> AuthorDate: 2021-08-15 16:52:49 +0000 Commit: Louis Sautier <sbraz@gentoo.org> CommitDate: 2021-08-15 17:02:27 +0000 dev-python/dns-lexicon: add 3.7.0, enable py3.10 and tests Also: * This version no longer requires "future" (bug #768837). * Advertise optional features on postinst. Closes: https://bugs.gentoo.org/768837 Closes: https://bugs.gentoo.org/777465 Closes: https://bugs.gentoo.org/795549 Signed-off-by: Louis Sautier <sbraz@gentoo.org> dev-python/dns-lexicon/Manifest | 1 + dev-python/dns-lexicon/dns-lexicon-3.7.0.ebuild | 59 +++++++++++++++++++++++++ 2 files changed, 60 insertions(+) |