[Bug 268850] sysutils/duplicity 0.8.23 missing boto3 dependency
Date: Tue, 10 Jan 2023 06:06:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268850 Bug ID: 268850 Summary: sysutils/duplicity 0.8.23 missing boto3 dependency Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: dbaio@freebsd.org Reporter: davidward@linux.com Flags: maintainer-feedback?(dbaio@freebsd.org) Assignee: dbaio@freebsd.org Hi, I hope this is not a mistake by me. OS: 13.1 Pkg: duplicity-0.8.23 Name : duplicity Version : 0.8.23 Installed on : Tue Jan 10 16:41:27 2023 AEDT Origin : sysutils/duplicity Architecture : FreeBSD:13:amd64 Prefix : /usr/local Categories : sysutils Licenses : GPLv2+ $ pkg install duplicity Then using with S3**, results in: "ModuleNotFoundError: No module named 'boto3'" $ head -3 `which duplicity` #!/usr/local/bin/python3.9 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf8 -*- # This solved the issue: $ pkg install py39-boto3 ** example $ duplicity --exclude-if-present .nobackup --progress /root/TEST-BKP s3:///bucket/backups -- You are receiving this mail because: You are the assignee for the bug.