Commit bd587cfe authored by Brendan Jackman's avatar Brendan Jackman
Browse files

b4: Add 'textual' library

The new (experimental) TUI-based patch review workflow has this
additional dependency.

https://b4.docs.kernel.org/en/latest/maintainer/review.html#review-tui-based-patch-review-workflow-alpha

Note that for the pip packaging this is an optional dependency, if you
run b4 without it the rest of the functionality will work and when you
run `b4 review tui` it prints:

```
The TUI requires the textual library.
Install it with: pip install b4[tui]
```

So this could potentially be implemented as a separate package called `b4-tui`,
but I don't really see much benefit to that.



<LeftMouse>
parent 6d3bb271
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    dkimpy
    patatt
    git-filter-repo
    textual
  ];

  meta = {