Skip to content

Commit 39ec367

Browse files
committed
With requirement for fingerprint, we now need to build pyicu.
Update to-be-installed requirements as needed.
1 parent e411b8b commit 39ec367

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
1818
# https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html
1919
RUN apt-get update \
2020
&& apt-get install -y --no-install-recommends \
21+
build-essential \
2122
bzip2 \
2223
xz-utils \
2324
zlib1g \
@@ -28,6 +29,8 @@ RUN apt-get update \
2829
libgcrypt20 \
2930
libpopt0 \
3031
libzstd1 \
32+
libicu-dev \
33+
pkg-config \
3134
&& apt-get clean \
3235
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3336

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extractcode==31.0.0
2222
extractcode-7z==16.5.210531
2323
extractcode-libarchive==3.5.1.210531
2424
fasteners==0.19
25-
fingerprints==1.2.3
25+
fingerprints==1.3.0
2626
ftfy==6.3.1
2727
future==1.0.0
2828
gemfileparser2==0.9.4
@@ -40,7 +40,7 @@ license-expression==30.4.4
4040
lxml==5.4.0
4141
MarkupSafe==3.0.2
4242
more-itertools==10.7.0
43-
normality==2.6.1
43+
normality==3.0.1
4444
packageurl-python==0.17.1
4545
packaging==25.0
4646
packvers==21.5

0 commit comments

Comments
 (0)