Skip to content

Commit ee6afda

Browse files
Fix scancode version for Apple silicon
Signed-off-by: Wonjae Park <[email protected]>
1 parent 46f3037 commit ee6afda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ PyYAML
66
wheel>=0.38.1
77
intbitset
88
fosslight_binary>=5.0.0
9-
scancode-toolkit
9+
scancode-toolkit==32.0.*;sys_platform=="darwin"
10+
psycopg2-binary==2.9.9;sys_platform=="darwin"
11+
beautifulsoup4==4.12.*;sys_platform=="darwin"
12+
scancode-toolkit;sys_platform!="darwin"

0 commit comments

Comments
 (0)