apache / incubator-ponymail

Apache Pony Mail (Incubating) - Email for Ponies & People
http://ponymail.incubator.apache.org/
Other
80 stars 30 forks source link

Bug: setup.py uses ES library version to decide what features the database supports #464

Closed sebbASF closed 6 years ago

sebbASF commented 6 years ago

The setup.py code includes some setup that depends on the database version. Currently it checks the version of the Python ES library. This is supposed to correspond with the ES engine, but it may not be the same. For example, version 5 of the library works OK with version 2 of the database engine.

The code should really use the currently installed engine version instead.