diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-17 00:57:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-17 01:08:37 +0100 |
commit | 96a71dd154c55ec817acfd7e4e472891846c4c30 (patch) | |
tree | 412a440434dacf0f91940841103759462ecd24c6 /dev-python/cli_helpers | |
parent | dev-python/bibtexparser: Port up to py3.9, fix ebuild (diff) | |
download | gentoo-96a71dd154c55ec817acfd7e4e472891846c4c30.tar.gz gentoo-96a71dd154c55ec817acfd7e4e472891846c4c30.tar.bz2 gentoo-96a71dd154c55ec817acfd7e4e472891846c4c30.zip |
dev-python/cli_helpers: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cli_helpers')
-rw-r--r-- | dev-python/cli_helpers/cli_helpers-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild b/dev-python/cli_helpers/cli_helpers-9999.ebuild index 67e147c62850..b488044107f2 100644 --- a/dev-python/cli_helpers/cli_helpers-9999.ebuild +++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) EGIT_REPO_URI="https://github.com/dbcli/${PN}.git" inherit distutils-r1 git-r3 |