Skip to content

Commit 3c62b07

Browse files
committed
this built
1 parent 7a3347c commit 3c62b07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/pandas/1.5.0/build.py renamed to packages/pyscard/2.2.1/build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
package_build.build_package(
44
source=package_build.github_source(
5-
org='pandas-dev',
6-
repo='pandas',
7-
tag='v1.5.0'),
5+
org='LudovicRousseau',
6+
repo='pyscard',
7+
tag='2.2.1'),
88
setup_py_commands=['build_ext', 'bdist_wheel'],
9-
build_dependencies=['numpy', 'Cython']
9+
build_dependencies=[]
1010
)

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PATH=$PATH:/build-environment/poetry/bin
88
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
99
ENV HOME=/build-environment
1010

11-
RUN apt update && apt install -y curl wget file git
11+
RUN apt update && apt install -y curl wget file git libpcsclite-dev swig
1212
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
1313
RUN mkdir /build-environment
1414

0 commit comments

Comments
 (0)