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
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

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 

Loading...