diff options
Diffstat (limited to 'scripts/pythondeps')
-rwxr-xr-x | scripts/pythondeps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/pythondeps b/scripts/pythondeps index 3e13a587ee..be21dd84eb 100755 --- a/scripts/pythondeps +++ b/scripts/pythondeps | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # SPDX-License-Identifier: GPL-2.0-only | ||
4 | # | ||
3 | # Determine dependencies of python scripts or available python modules in a search path. | 5 | # Determine dependencies of python scripts or available python modules in a search path. |
4 | # | 6 | # |
5 | # Given the -d argument and a filename/filenames, returns the modules imported by those files. | 7 | # Given the -d argument and a filename/filenames, returns the modules imported by those files. |