15 buildPythonPackage rec {
17 inherit (libdeltachat) version src;
18 sourceRoot = "${src.name}/python";
20 disabled = pythonOlder "3.7";
34 propagatedBuildInputs = [
45 pythonImportsCheck = [
53 meta = libdeltachat.meta // {
54 description = "Python bindings for the Delta Chat Core library";
55 homepage = "https://github.com/deltachat/deltachat-core-rust/tree/master/python";