app-admin/ansible-cmdb: add py3.7 + py3.8 support.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 19 Apr 2020 11:49:07 +0000 (13:49 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 19 Apr 2020 11:49:23 +0000 (13:49 +0200)
Closes: https://bugs.gentoo.org/718162
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild

index 82f5a34cdc8e00382a149bae031855fe7373baca..77db3cfcbb7069056a0781e75a4793b74df5a259 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1