Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54463 - Undeclared dependency in latest version (0.7.13)
Attached to Project:
Community Packages
Opened by John Sides (Ookami86) - Thursday, 15 June 2017, 10:42 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 15 June 2017, 11:02 GMT
Opened by John Sides (Ookami86) - Thursday, 15 June 2017, 10:42 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 15 June 2017, 11:02 GMT
|
DetailsDescription:
Updating to version 0.7.13 breaks the duplicity, due to missing dependency Additional info: * package version(s) 0.7.13 * config and/or log files etc. Steps to reproduce: Call ~ duplicity --version Traceback (most recent call last): File "/usr/bin/duplicity", line 42, in <module> import fasteners ImportError: No module named fasteners Installing the missing dependency fixes the issue: ~ sudo pip2 install fasteners /usr/lib/python2.7/site-packages/pkg_resources/__init__.py:1875: UserWarning: /usr/lib/python2.7/site-packages/SSLyze-0.12.0-py2.7.egg-info could not be properly decoded in UTF-8 warnings.warn(msg) /usr/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py:1874: UserWarning: /usr/lib/python2.7/site-packages/SSLyze-0.12.0-py2.7.egg-info could not be properly decoded in UTF-8 warnings.warn(msg) Collecting fasteners Using cached fasteners-0.14.1-py2.py3-none-any.whl Collecting monotonic>=0.1 (from fasteners) Using cached monotonic-1.3-py2.py3-none-any.whl Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from fasteners) Installing collected packages: monotonic, fasteners Successfully installed fasteners-0.14.1 monotonic-1.3 ~ duplicity --version duplicity 0.7.13 |
This task depends upon
Closed by Antonio Rojas (arojas)
Thursday, 15 June 2017, 11:02 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#54461
Thursday, 15 June 2017, 11:02 GMT
Reason for closing: Duplicate
Additional comments about closing: