diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-04-28 23:17:10 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-04-28 23:20:24 +0100 |
commit | f9d2fea986ea44f1007d18723cff7c938b8c8090 (patch) | |
tree | cd3766ba6d80d98b567594e39248ad273e1f60c7 /app-backup | |
parent | app-backup/borgmatic: remove old (diff) | |
download | gentoo-f9d2fea986ea44f1007d18723cff7c938b8c8090.tar.gz gentoo-f9d2fea986ea44f1007d18723cff7c938b8c8090.tar.bz2 gentoo-f9d2fea986ea44f1007d18723cff7c938b8c8090.zip |
app-backup/borgmatic: support python3_8
Following the version bump of dev-python/ruamel-yaml we now have all
the dependencies supporting that version as well, and just to be on the
safe side I have confirmed all borgmatic tests pass with
python_single_target_python3_8,
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild index 02359afde23e..a287fddbef27 100644 --- a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS="rdepend" |