Use pyscard 2.2.1 since 2.2.2 has a bug

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-04-24 19:11:32 +02:00
parent d6f15f8384
commit f1a8d8bc91

View File

@@ -24,7 +24,7 @@ RUN apt install -y libccid \
cmake \ cmake \
vsmartcard-vpcd \ vsmartcard-vpcd \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip3 install pytest pycvc cryptography pyscard base58 RUN pip3 install pytest pycvc cryptography pyscard==2.2.1 base58
WORKDIR / WORKDIR /
RUN git clone https://github.com/OpenSC/OpenSC RUN git clone https://github.com/OpenSC/OpenSC
WORKDIR /OpenSC WORKDIR /OpenSC