summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-11 15:32:32 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-11 15:32:32 +0200
commit0275e87b0effb7852980e0fe1d674a1f679f09e7 (patch)
tree1ae58f7a77ecca8bbff4de8cad2709f843dfbe08 /dev-python/shortuuid
parentdev-python/tabulate: Add python3_6 (diff)
downloadgentoo-0275e87b0effb7852980e0fe1d674a1f679f09e7.tar.gz
gentoo-0275e87b0effb7852980e0fe1d674a1f679f09e7.tar.bz2
gentoo-0275e87b0effb7852980e0fe1d674a1f679f09e7.zip
dev-python/shortuuid: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/shortuuid')
-rw-r--r--dev-python/shortuuid/shortuuid-0.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
index 78261d56d90e..dede6fca8011 100644
--- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1