summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-04-28 19:41:54 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-04-28 21:11:58 -0700
commit44deb1b6f6c971e3983763466ba10de8d8ba46cd (patch)
tree1aff8943b16d105141e953589855b64030d3fc89
parentdev-python/future: drop numpy dep until python2.7 is gone (diff)
downloadgentoo-44deb1b6.tar.gz
gentoo-44deb1b6.tar.bz2
gentoo-44deb1b6.zip
dev-python/patsy-0.5.1: add py38
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r--dev-python/patsy/patsy-0.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/patsy/patsy-0.5.1.ebuild b/dev-python/patsy/patsy-0.5.1.ebuild
index af9d564db12c..7ae07545ef43 100644
--- a/dev-python/patsy/patsy-0.5.1.ebuild
+++ b/dev-python/patsy/patsy-0.5.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1