This is an automated email from the ASF dual-hosted git repository. akitouni pushed a commit to branch abderrahim/2.2 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 057bbce07d8cef319d2eb07878c27a80065de648 Author: Abderrahim Kitouni <[email protected]> AuthorDate: Wed Apr 17 15:58:52 2024 +0100 tox.ini: Cython is required to update manpages --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7276c4275..cf603926f 100644 --- a/tox.ini +++ b/tox.ini @@ -219,6 +219,7 @@ commands = python3 setup.py --command-packages=click_man.commands man_pages deps = click-man >= 0.3.0 + Cython -rrequirements/requirements.txt
