Sebastian Schmidt has uploaded this change for review.
Add swig to Debian installation instructions
The `pip install` command (at least in a virtualenv) installs pyscard,
which in turn requires swig:
× Running setup.py install for pyscard did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
running install
/home/yath/sim/pysim/pyenv/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
running build_ext
building 'smartcard.scard._scard' extension
swigging smartcard/scard/scard.i to smartcard/scard/scard_wrap.c
swig -python -outdir smartcard/scard -DPCSCLITE -o smartcard/scard/scard_wrap.c smartcard/scard/scard.i
error: command 'swig' failed: No such file or directory
[end of output]
Change-Id: I989dd8ccf8d089c784d566fe0359b85df7575fc3
---
M README.md
1 file changed, 28 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/00/34600/1
diff --git a/README.md b/README.md
index 7801283..62f7594 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@
Example for Debian:
```sh
sudo apt-get install --no-install-recommends \
- pcscd libpcsclite-dev \
+ swig pcscd libpcsclite-dev \
python3 \
python3-setuptools \
python3-pycryptodome \
To view, visit change 34600. To unsubscribe, or for help writing mail filters, visit settings.