Bug 1690272
Summary: | vips-tools-8.7.4-2.fc30 requires /usr/bin/python2 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | vips | Assignee: | Benjamin Gilbert <bgilbert> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 30 | CC: | adam, bgilbert |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-09-01 19:35:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1340802 |
Description
Miro Hrončok
2019-03-19 08:25:54 UTC
Looks like it's for vipsprofile, which hasn't been ported to Python 3. There's some context at https://github.com/libvips/libvips/issues/667. Thanks. Let's fix that? https://github.com/libvips/libvips/pull/1262 Anyway, there is a missing dependency now: $ vipsprofile Traceback (most recent call last): File "/usr/bin/vipsprofile", line 5, in <module> import cairo ImportError: No module named cairo My upstream pull request was merged. This will be fixed in 8.8.2-2, which is heading to Fedora 31. Thanks for the report and for working on this! |