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:
@@ -4,6 +4,7 @@
|
|||||||
# Tomeu Vizoso <tomeu.vizoso@collabora.com>
|
# Tomeu Vizoso <tomeu.vizoso@collabora.com>
|
||||||
# David Heidelberg <david.heidelberg@collabora.com>
|
# David Heidelberg <david.heidelberg@collabora.com>
|
||||||
#
|
#
|
||||||
|
# For the dependencies, see the requirements.txt
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# For the dependencies, see the requirements.txt
|
||||||
|
|
||||||
import re
|
import re
|
||||||
from argparse import ArgumentDefaultsHelpFormatter, ArgumentParser, Namespace
|
from argparse import ArgumentDefaultsHelpFormatter, ArgumentParser, Namespace
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
# Authors:
|
# Authors:
|
||||||
# David Heidelberg <david.heidelberg@collabora.com>
|
# David Heidelberg <david.heidelberg@collabora.com>
|
||||||
#
|
#
|
||||||
|
# For the dependencies, see the requirements.txt
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user