Skip to content

Commit d6e8717

Browse files
committed
ci: add libarchive to dependencies
This is needed to work around a bug in conda.
1 parent 085d348 commit d6e8717

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

ci/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cibuildwheel
44
cffi
55
colorama
66
hypothesis
7+
# Required for conda. https://github.com/conda/conda-build/issues/4835
8+
libarchive
79
mypy
810
pycparser
911
pytest-xdist

ci/requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ iniconfig==2.1.0 \
122122
--hash=sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7 \
123123
--hash=sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760
124124
# via pytest
125+
libarchive==0.4.7 \
126+
--hash=sha256:829dc298a08877f62335d528973bc034f7c1e8a03c16bfc1fa561e164e76a365
127+
# via -r ci/requirements.in
125128
mypy==1.17.1 \
126129
--hash=sha256:03b6d0ed2b188e35ee6d5c36b5580cffd6da23319991c49ab5556c023ccf1341 \
127130
--hash=sha256:064e2ff508e5464b4bd807a7c1625bc5047c5022b85c70f030680e18f37273a5 \
@@ -166,6 +169,11 @@ mypy-extensions==1.1.0 \
166169
--hash=sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505 \
167170
--hash=sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558
168171
# via mypy
172+
nose==1.3.7 \
173+
--hash=sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac \
174+
--hash=sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a \
175+
--hash=sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
176+
# via libarchive
169177
packaging==25.0 \
170178
--hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484 \
171179
--hash=sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f

0 commit comments

Comments
 (0)