summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-09 22:51:02 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-10 00:07:44 -0500
commit283eb14196f4fb6aa48b0eb9aa9c0b26da84b011 (patch)
tree0f591b4f970b9b3ec3c1b585dc78bcd71bcafb97 /dev-python
parentdev-python/xarray: add py37 support to 0.10.8 (diff)
downloadgentoo-283eb14196f4fb6aa48b0eb9aa9c0b26da84b011.tar.gz
gentoo-283eb14196f4fb6aa48b0eb9aa9c0b26da84b011.tar.bz2
gentoo-283eb14196f4fb6aa48b0eb9aa9c0b26da84b011.zip
dev-python/patsy: 0.5.1 add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/patsy/patsy-0.5.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/patsy/patsy-0.5.1.ebuild b/dev-python/patsy/patsy-0.5.1.ebuild
index dc375b85bbf6..c51e67cc441d 100644
--- a/dev-python/patsy/patsy-0.5.1.ebuild
+++ b/dev-python/patsy/patsy-0.5.1.ebuild
@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1