Skip to content

Commit 93a2d69

Browse files
Pin fingerprints and normality to avoid pyicu (#4531)
Pins normality to v1.2.3 and normality to 2.6.1 to avoid a hard dependency on pyicu which is a required dependency from normality v3. Reference: #4493 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 7b8c4cf commit 93a2d69

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup-mini.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install_requires =
7777
debian-inspector >= 31.1.0
7878
dparse2 >= 0.7.0
7979
fasteners
80-
fingerprints >= 0.6.0
80+
fingerprints >= 0.6.0, <=1.2.3
8181
ftfy >= 6.0.0
8282
gemfileparser2 >= 0.9.0
8383
html5lib
@@ -90,6 +90,7 @@ install_requires =
9090
license_expression >= 30.4.4
9191
lxml >= 5.4.0
9292
MarkupSafe >= 2.1.2
93+
normality <= 2.6.1
9394
packageurl_python >= 0.9.0
9495
packvers >= 21.0.0
9596
# use temp advanced patched release

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install_requires =
7878
debian-inspector >= 31.1.0
7979
dparse2 >= 0.7.0
8080
fasteners
81-
fingerprints >= 0.6.0
81+
fingerprints >= 0.6.0, <=1.2.3
8282
ftfy >= 6.0.0
8383
gemfileparser2 >= 0.9.0
8484
html5lib
@@ -91,6 +91,7 @@ install_requires =
9191
license_expression >= 30.4.4
9292
lxml >= 5.4.0
9393
MarkupSafe >= 2.1.2
94+
normality <= 2.6.1
9495
packageurl_python >= 0.9.0
9596
packvers >= 21.0.0
9697
# use temp advanced patched release

0 commit comments

Comments
 (0)