Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2023 06:06:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268850] sysutils/duplicity 0.8.23 missing boto3 dependency
Message-ID:  <bug-268850-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268850

            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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268850-7788>