sci-chemistry/gmxapi: Works with py3.7
authorAlexey Shvetsov <alexxy@gentoo.org>
Sat, 3 Aug 2019 20:38:00 +0000 (23:38 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Sat, 3 Aug 2019 20:38:34 +0000 (23:38 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild

index ab2e052e7dd5edab1626024fdfb9adec64ba0c71..f27d423c9d246b0a727a0b6e97275463354244ed 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 MAKE_MAKEFILE_GENERATOR="ninja"
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit cmake-utils python-r1