We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c732c commit 1721617Copy full SHA for 1721617
1 file changed
platform/windows/create-license-directory.sh
@@ -28,7 +28,7 @@ EOF
28
}
29
30
get_dependencies ( ) {
31
- echo "$(pacman -Qi ${1}|grep "^Depends On"|cut -d':' -f 2-|xargs echo)"
+ echo "$(pacman -Qi ${1}|grep "^Depends On"|cut -d':' -f 2-|grep -v python|xargs echo)"
32
33
34
copy_license_directory ( ) {
0 commit comments