diff --git a/layers/+lang/python/layers.el b/layers/+lang/python/layers.el index 6a9b52f19..328b01245 100644 --- a/layers/+lang/python/layers.el +++ b/layers/+lang/python/layers.el @@ -11,4 +11,4 @@ (when (and (boundp 'python-backend) (eq python-backend 'lsp)) - (configuration-layer/declare-layer-dependencies '(lsp dap))) + (configuration-layer/declare-layer-dependencies '(dap)))