You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ak...@apache.org on 2024/04/17 16:28:45 UTC

(buildstream) 01/04: tox.ini: Cython is required to update manpages

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 <ab...@codethink.co.uk>
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