Skip to content

Commit 1721617

Browse files
committed
ignore python
1 parent f1c732c commit 1721617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/windows/create-license-directory.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ EOF
2828
}
2929

3030
get_dependencies ( ) {
31-
echo "$(pacman -Qi ${1}|grep "^Depends On"|cut -d':' -f 2-|xargs echo)"
31+
echo "$(pacman -Qi ${1}|grep "^Depends On"|cut -d':' -f 2-|grep -v python|xargs echo)"
3232
}
3333

3434
copy_license_directory ( ) {

0 commit comments

Comments
 (0)