diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 18:37:19 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 18:38:33 +0200 |
commit | 8c69f0179ffc4bb06f2f2fec681e1450fda62fe6 (patch) | |
tree | 22b4affc6f231918d5cb62566c1582ee62ef0e02 /dev-python/arrow | |
parent | Revert "profiles/package.mask: update chromium mask for M59" (diff) | |
download | gentoo-8c69f0179ffc4bb06f2f2fec681e1450fda62fe6.tar.gz gentoo-8c69f0179ffc4bb06f2f2fec681e1450fda62fe6.tar.bz2 gentoo-8c69f0179ffc4bb06f2f2fec681e1450fda62fe6.zip |
dev-python/arrow: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/arrow')
-rw-r--r-- | dev-python/arrow/arrow-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/arrow/arrow-0.10.0.ebuild b/dev-python/arrow/arrow-0.10.0.ebuild index 817c9d120cc8..89e2ce52f689 100644 --- a/dev-python/arrow/arrow-0.10.0.ebuild +++ b/dev-python/arrow/arrow-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Better dates and times for Python" |