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
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
|
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
Sunday, 02 February 2020, 17:40 GMT
Reason for closing: Fixed
Additional comments about closing: duplicity 0.8.09-4
$ 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'