My kisstron project is now proven to work on OpenBSD, being the second non-browser-based Tron wallet that works here.
Here, dependency installation is like this:
```
doas pkg_add autogen autoconf automake libtool py3-cffi
export AUTOMAKE_VERSION=1.16 # replace with yours
export AUTOCONF_VERSION=2.71 # replace with yours
pip install -r requirements.txt
```
The only inconvenience is the warning that urllib3 is giving about not supporting LibreSSL. Doesn't seem to affect the functionality though.