Description of problem: duplicity package currently requires a lot of stuff that should be optional: ❱❱❱ sudo dnf repoquery --requires duplicity [...] ncftp >= 3.1.9 openssh-clients python3-PyDrive python3-boto3 python3-dropbox python3-fasteners python3-future python3-paramiko rsync These are all for specific backends only, and duplicity works perfectly well for e.g. the rsync backend if python3-PyDrive or python3-dropbox is not installed. The above should all be "Recommends:" at most. Compare with the dependencies of the Debian package: Depends: libc6 (>= 2.4), librsync2 (>= 1.0.0), python3 (<< 3.9), python3 (>= 3.8~), python3-fasteners, python3-future, python3:any (>= 3.7~), python3-lockfile, gnupg | gnupg1 Recommends: rsync, python3-paramiko, python3-pexpect, python3-urllib3, python3-oauthlib Suggests: python3-boto, ncftp, lftp, tahoe-lafs, python3-swiftclient, python3-pip, par2 As python3-google-api-client, and with it, python3-PyDrive is currently uninstallable in Fedora 33 (going to file a bug in a minute), this prevents installation of duplicity even though I couldn't care less about the GDrive backend. Version-Release number of selected component (if applicable): 0.8.15-2.fc33 Thanks for considering!
Sorry, -fasteners and -future are required. These are optional: ncftp >= 3.1.9 openssh-clients python3-PyDrive python3-boto3 python3-dropbox python3-paramiko
> python3-PyDrive is currently uninstallable in Fedora 33 This is bug #1852141 , and it does not look like it's going to be fixed fast.
FEDORA-2020-c086084fc8 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-c086084fc8
FEDORA-2020-c086084fc8 has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-c086084fc8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-c086084fc8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-c086084fc8 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.