diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-06 23:43:29 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-07 00:15:25 +0300 |
commit | 27dc3d72b0f2957cc1646ecc626b08f873682f01 (patch) | |
tree | 72705119c74448f99a93b688dbdadf006ae1a5b8 /sci-physics | |
parent | sci-libs/linux-gpib: Stable for amd64 (diff) | |
download | gentoo-27dc3d72b0f2957cc1646ecc626b08f873682f01.tar.gz gentoo-27dc3d72b0f2957cc1646ecc626b08f873682f01.tar.bz2 gentoo-27dc3d72b0f2957cc1646ecc626b08f873682f01.zip |
sci-physics/qmeq: Add py37
Closes: https://bugs.gentoo.org/718506
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/qmeq/qmeq-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild index 36c97a4c552c..f2a11f357f90 100644 --- a/sci-physics/qmeq/qmeq-1.0.ebuild +++ b/sci-physics/qmeq/qmeq-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |