Use new package name for roman-numerals
- Fixes: rhbz#2438819
This is the bootstrap build that was necessary due to:
Problem: package python3-sphinxcontrib-websupport-1.2.7-16.fc44.noarch requires python3.14dist(sphinx) >= 5, but none of the providers can be installed
- package python3-sphinx-1:8.2.3-19.fc44.noarch requires python3.14dist(roman-numerals-py) >= 1, but none of the providers can be installed
- package python3-roman-numerals-4.1.0-1.fc45.noarch obsoletes python3-roman-numerals-py < 4~~ provided by python3-roman-numerals-py-3.1.0-6.fc44.noarch
- cannot install the best candidate for the job
- conflicting requests
This commit is contained in:
+6
-1
@@ -1,7 +1,7 @@
|
||||
# When bootstrapping sphinx in Fedora, we don't yet have sphinxcontrib-*
|
||||
# Without the packages, we have warnings in docs, but it's not a hard dependency
|
||||
# We don't want to support sphinxcontrib-* in RHEL, hence disabling the dependencies
|
||||
%bcond sphinxcontrib %{undefined rhel}
|
||||
%bcond sphinxcontrib 0
|
||||
# RHEL does not include python3-snowballstemmer (SRPM: snowball)
|
||||
%bcond snowballstemmer %{undefined rhel}
|
||||
# Also, we don't have all the tests requirements
|
||||
@@ -64,6 +64,11 @@ Patch: https://github.com/sphinx-doc/sphinx/pull/13527.patch
|
||||
# Compatibility with docutils 0.22+
|
||||
Patch: https://github.com/sphinx-doc/sphinx/pull/13610.patch
|
||||
Patch: https://github.com/sphinx-doc/sphinx/pull/13883.patch
|
||||
# Use new package name for roman-numerals
|
||||
# Fixes https://bugzilla.redhat.com/2438819
|
||||
# https://github.com/sphinx-doc/sphinx/commit/2c3e22e3e8e743960
|
||||
# Temporary backport before we update to Sphinx 9, rebased
|
||||
Patch: 2c3e22e3e8e743960.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user