Bug 1706597 - Unnecessary dependency on python3-configparser
Summary: Unnecessary dependency on python3-configparser
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: sagemath
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paulo Andrade
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-05-05 15:22 UTC by Avram Lubkin
Modified: 2019-07-11 00:57 UTC (History)
1 user (show)

Fixed In Version: sagemath-8.8-1.fc30
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-11 00:57:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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