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#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
|
DetailsDescription:
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'