bin/ci: mention requirements.txt

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22078>
This commit is contained in:
David Heidelberg
2023-03-22 19:23:47 +01:00
parent 92a7cba4f2
commit b3b883ca00
3 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
# Tomeu Vizoso <tomeu.vizoso@collabora.com>
# David Heidelberg <david.heidelberg@collabora.com>
#
# For the dependencies, see the requirements.txt
# SPDX-License-Identifier: MIT
"""

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# For the dependencies, see the requirements.txt
import re
from argparse import ArgumentDefaultsHelpFormatter, ArgumentParser, Namespace

View File

@@ -3,6 +3,7 @@
# Authors:
# David Heidelberg <david.heidelberg@collabora.com>
#
# For the dependencies, see the requirements.txt
# SPDX-License-Identifier: MIT
"""