exaile: replace bsddb3 with berkeleydb
Prepare for Python 3.12 compatibility as bsddb3 is not officially compatible with Python 3.10+ and Python 3.12 breaks bsddb3 tests due to distutils being deprecated.
This commit is contained in:
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
gst-plugins-ugly
|
||||
gst-libav
|
||||
]) ++ (with python3.pkgs; [
|
||||
bsddb3
|
||||
berkeleydb
|
||||
dbus-python
|
||||
mutagen
|
||||
pygobject3
|
||||
|
||||
Reference in New Issue
Block a user