bootlin / elixir

The Elixir Cross Referencer
GNU Affero General Public License v3.0
973 stars 144 forks source link

Move from bsddb3 to berkeleydb #290

Open fstachura opened 3 months ago

fstachura commented 3 months ago

It seems that bsddb3 is now deprecated. Author suggests moving to berkeleydb.

https://pypi.org/project/bsddb3/

This library is deprecated. If you are running Python 3 >= 3.6, please upgrade to berkeleydb library. Check details.

https://pypi.org/project/berkeleydb/

tleb commented 3 months ago

I am running on Python 3.12 and not noticing any issue. Indeed this needs to be done!