Bug 1706597

Summary: Unnecessary dependency on python3-configparser
Product: [Fedora] Fedora Reporter: Avram Lubkin <aviso>
Component: sagemathAssignee: Paulo Andrade <paulo.cesar.pereira.de.andrade>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: paulo.cesar.pereira.de.andrade
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: sagemath-8.8-1.fc30 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-11 00:57:55 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:

Description Avram Lubkin 2019-05-05 15:22:01 UTC
Description of problem:

Sagemath has a dependency on python3-configparser. This package is a backport intended for python2 and is becoming EPEL-only. configparser is already included in the Python 3 standard library.

Steps to Reproduce:

$ dnf repoquery --disablerepo=* --enablerepo=fedora --releasever=rawhide -- 
requires sagemath | grep configparser
Last metadata expiration check: 0:04:36 ago on Sun 05 May 2019 11:04:25 AM EDT.
python3dist(configparser)

$ dnf repoquery --disablerepo=* --enablerepo=fedora --releasever=30 --requires sagemath | grep configparser
Last metadata expiration check: 5 days, 18:40:01 ago on Mon 29 Apr 2019 04:29:26 PM EDT.
python3dist(configparser)


You can remove the following from your spec file:

%if %{with sphinx_hack}
BuildRequires:	python3dist(configparser)
%endif

	
%if %{with sphinx_hack}
Requires:	python3dist(configparser)
%endif

Comment 1 Fedora Update System 2019-07-02 14:18:53 UTC
FEDORA-2019-7a52fd2c02 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-7a52fd2c02

Comment 2 Fedora Update System 2019-07-03 02:26:56 UTC
sagemath-8.8-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-7a52fd2c02

Comment 3 Fedora Update System 2019-07-11 00:57:55 UTC
sagemath-8.8-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.