Commit 0173bba
committed
Added support for lib64 site packages
Fixed issue with lib64 site packages not being included in lambda
package. Lib64 packages will not be copied if the lib64 directory is
determined to be a symlink. This commit also removes any use of the
shutil copytree method in favor of the copy_tree method in the local
utils package.1 parent 5c9c7fd commit 0173bba
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
| 102 | + | |
101 | 103 | | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | | - | |
| 107 | + | |
105 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
| |||
0 commit comments