diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-04-19 13:49:07 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-04-19 13:49:23 +0200 |
commit | 068ee1bc1205b23b443f7c29d6ec6ae24f757dfc (patch) | |
tree | 04d7df0085e3521badd298b6620d223c4465e28c /app-admin/ansible-cmdb | |
parent | dev-python/jsonxs: add py3.7 + py3.8 support. (diff) | |
download | gentoo-068ee1bc1205b23b443f7c29d6ec6ae24f757dfc.tar.gz gentoo-068ee1bc1205b23b443f7c29d6ec6ae24f757dfc.tar.bz2 gentoo-068ee1bc1205b23b443f7c29d6ec6ae24f757dfc.zip |
app-admin/ansible-cmdb: add py3.7 + py3.8 support.
Closes: https://bugs.gentoo.org/718162
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/ansible-cmdb')
-rw-r--r-- | app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild index 82f5a34cdc8e..77db3cfcbb70 100644 --- a/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild +++ b/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 |