Date
1 - 1 of 1
Python3 project without http://mail2.multitech.com:32224/?dmVyPTEuMDAxJiZjNWFjMTlhNjM2YTE2MGEzNj02MzY0RjFGRF83NDYyMl8yNjk5XzEmJmQ3MjcwZjg5YzhhYTU5Mz0yMzMzJiZ1cmw9c2V0dXAlMkVweQ==
John Klug
What I did to solve this was to grab the setup.py from where it was removed:
https://github.com/pyhys/minimalmodbus/blob/b40e2946cd33684281dbf34ae1a8a4290cded649/setup.py Then I updated it with the changes to setup.cfg (which disallowed old levels of Python). By using this setup.py instead of my trivial setup.py my recipe worked just fine, and no longer attempted to do "import serial" which makes no sense on the build machine. John Klug |
|