Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565470 - =dev-python/elasticsearch-py-1.9.0 - please add python 3.5 support
Summary: =dev-python/elasticsearch-py-1.9.0 - please add python 3.5 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 564612
  Show dependency tree
 
Reported: 2015-11-11 10:35 UTC by Tomáš Mózes
Modified: 2015-11-11 19:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2015-11-11 10:35:57 UTC
Needed for elasticsearch-curator with py3.5.
Comment 1 Tomáš Mózes 2015-11-11 10:37:22 UTC
Just adding to PYTHON_COMPAT.

-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )

Tested to work and pass tests.