Bug 1964881

Summary: Missing dependency in inkscape-1.1
Product: [Fedora] Fedora Reporter: Yaroslav Sidlovsky <zawertun>
Component: inkscapeAssignee: Gwyn Ciesla <gwync>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 34CC: duffy, gwync, jonathan.underwood, lkundrak, rlerch
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: inkscape-1.1-3.fc34 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-29 01:05:39 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:
Attachments:
Description Flags
Screenshot of error message none

Description Yaroslav Sidlovsky 2021-05-26 09:15:14 UTC
Created attachment 1787154 [details]
Screenshot of error message

Description of problem:
Inkscape-1.1 requires package python3-appdirs to get extensions dialog working.

Version-Release number of selected component (if applicable):
inkscape-1.1-1.fc34.x86_64

How reproducible:
Always

Steps to Reproduce:
1. install inkscape-1.1;
2. open extensions dialog: "Extensions" -> "Manage Extensions...".

Actual results:
"""
Not done
Traceback (most recent call last):
  File "/home/zawertun/.config/inkscape/extensions/org.inkscape.inkman/manage_extensions.py", line 62, in recovery_run
    run(args)
  File "/home/zawertun/.config/inkscape/extensions/org.inkscape.inkman/manage_extensions.py", line 42, in run
    from inkman.targets import TARGETS
  File "/home/zawertun/.config/inkscape/extensions/org.inkscape.inkman/inkman/targets.py", line 5, in <module>
    from .target import ExtensionsTarget, BasicTarget
  File "/home/zawertun/.config/inkscape/extensions/org.inkscape.inkman/inkman/target.py", line 32, in <module>
    from .remote import RemoteArchive, LocalFile
  File "/home/zawertun/.config/inkscape/extensions/org.inkscape.inkman/inkman/remote.py", line 39, in <module>
    from .utils import INKSCAPE_VERSION, CACHE_DIR
  File "/home/zawertun/.config/inkscape/extensions/org.inkscape.inkman/inkman/utils.py", line 26, in <module>
    from appdirs import user_cache_dir
ModuleNotFoundError: No module named 'appdirs'
"""

Expected results:
No error shown.

Additional info:
Error is gone after installing package "python3-appdirs".

Comment 1 Fedora Update System 2021-05-26 14:28:56 UTC
FEDORA-2021-11e0c50cf8 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-11e0c50cf8

Comment 2 Fedora Update System 2021-05-27 01:32:22 UTC
FEDORA-2021-11e0c50cf8 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-11e0c50cf8`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-11e0c50cf8

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2021-05-29 01:05:39 UTC
FEDORA-2021-11e0c50cf8 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.