summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-01-29 16:56:38 -0800
committerPatrick McLean <chutzpah@gentoo.org>2020-01-29 16:56:38 -0800
commit61b0b30a5834146febc713f6bf8c4b01998322d5 (patch)
treee62b5fbfcb9c45819af525ff9dd2812750ba6bdf /dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
parentdev-python/stevedore-1.31.0: Version bump, use distutils funcs, add py38 (diff)
downloadgentoo-61b0b30a5834146febc713f6bf8c4b01998322d5.tar.gz
gentoo-61b0b30a5834146febc713f6bf8c4b01998322d5.tar.bz2
gentoo-61b0b30a5834146febc713f6bf8c4b01998322d5.zip
dev-python/unicodecsv-0.14.1-r1: add py38
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild')
-rw-r--r--dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
index 0f7d93e57ebb..0e140b7c1aa3 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1