We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3347c commit 3c62b07Copy full SHA for 3c62b07
packages/pandas/1.5.0/build.py renamed to packages/pyscard/2.2.1/build.py
@@ -2,9 +2,9 @@
2
3
package_build.build_package(
4
source=package_build.github_source(
5
- org='pandas-dev',
6
- repo='pandas',
7
- tag='v1.5.0'),
+ org='LudovicRousseau',
+ repo='pyscard',
+ tag='2.2.1'),
8
setup_py_commands=['build_ext', 'bdist_wheel'],
9
- build_dependencies=['numpy', 'Cython']
+ build_dependencies=[]
10
)
tools/Dockerfile
@@ -8,7 +8,7 @@ ENV PATH=$PATH:/build-environment/poetry/bin
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
ENV HOME=/build-environment
11
-RUN apt update && apt install -y curl wget file git
+RUN apt update && apt install -y curl wget file git libpcsclite-dev swig
12
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
13
RUN mkdir /build-environment
14
0 commit comments