FS#65177 - [duplicity] Missing dependency: python-future

Attached to Project: Community Packages
Opened by Max Schambach (luis_schmui) - Thursday, 16 January 2020, 09:00 GMT
Last edited by Balló György (City-busz) - Sunday, 02 February 2020, 17:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
Duplicity fails due to missing ``python-future`` package.

The ``python-future`` package should be added as a dependency.

Details:

In Line 31 of /bin/duplicity:
```
from future import standard_library
```


Additional info:
* duplicity 0.8.09
* Python 3.8.1

Steps to reproduce:
This task depends upon

Closed by  Balló György (City-busz)
Sunday, 02 February 2020, 17:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  duplicity 0.8.09-4
Comment by sedot (sedot) - Thursday, 16 January 2020, 13:28 GMT
I can confirm this on my machine.
$ duplicity --version
Traceback (most recent call last):
File "/usr/bin/duplicity", line 31, in <module>
from future import standard_library
ModuleNotFoundError: No module named 'future'

Loading...