diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-08-28 00:08:04 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-08-28 00:24:42 +0300 |
commit | cea013186a241dfcee335cd99fa25290eb4d8ee6 (patch) | |
tree | 63be8757e433b1eaebaf9b9139a8bc43a8d299b7 /dev-python/pyatspi | |
parent | dev-util/ltrace: drop old (diff) | |
download | gentoo-cea013186a241dfcee335cd99fa25290eb4d8ee6.tar.gz gentoo-cea013186a241dfcee335cd99fa25290eb4d8ee6.tar.bz2 gentoo-cea013186a241dfcee335cd99fa25290eb4d8ee6.zip |
dev-python/pyatspi-2.20.3: Add python3_6 compatibility
2.20.3 also did the enum keyword changes for 3.6 compat, just
like 2.24.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyatspi')
-rw-r--r-- | dev-python/pyatspi/pyatspi-2.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild b/dev-python/pyatspi/pyatspi-2.20.3.ebuild index a26fbd3eaf29..b186e079ea36 100644 --- a/dev-python/pyatspi/pyatspi-2.20.3.ebuild +++ b/dev-python/pyatspi/pyatspi-2.20.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit gnome2 python-r1 |