Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1770735 - nothing provides python3.8dist(importlib-metadata) needed by python3-Pallets-Sphinx-Themes
Summary: nothing provides python3.8dist(importlib-metadata) needed by python3-Pallets-...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-Pallets-Sphinx-Themes
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Rick Elrod
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F32FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2019-11-11 09:19 UTC by Miro Hrončok
Modified: 2019-11-19 14:57 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-19 14:57:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2019-11-11 09:19:51 UTC
Description of problem:
python3-Pallets-Sphinx-Themes depends on python3.8dist(importlib-metadata) and cannot be installed on rawhide.

Version-Release number of selected component (if applicable):
1.2.2-2.fc32

How reproducible:
easy

Steps to Reproduce:
1. $ mock -r fedora-rawhide-x86_64 install python3-Pallets-Sphinx-Themes

Actual results:
Error: 
 Problem: conflicting requests
  - nothing provides python3.8dist(importlib-metadata) needed by python3-Pallets-Sphinx-Themes-1.2.2-2.fc32.noarch


Expected results:
Package installs.

Additional info:
The importlib.metadata module has been part of the standard library since Python 3.8.

Use something like this to fix this:

https://github.com/tox-dev/tox/pull/1368
https://github.com/pytest-dev/pytest/issues/5537
https://github.com/pytest-dev/pluggy/pull/223

Comment 1 Rick Elrod 2019-11-11 16:42:37 UTC
Patch for upstream: https://github.com/pallets/pallets-sphinx-themes/pull/27

Patch for us (which is my original, but upstream wanted to catch ImportError instead of checking version): https://src.fedoraproject.org/rpms/python-Pallets-Sphinx-Themes/c/1104018911833e33b0d78b1bb90e8b5d22ffd4b3?branch=master
Scratch build (installed fine in a rawhide container): https://koji.fedoraproject.org/koji/taskinfo?taskID=38919217
Rawhide build: https://koji.fedoraproject.org/koji/taskinfo?taskID=38920044


Note You need to log in before you can comment on or make changes to this bug.