Branch: 0.15.x & develop
While trying to get KA Lite running on the Sandisk, we noticed that we tried compiling PyCrypto. Unlike other libraries PyCrypto does not have a pure python fallback, and we fail the installation.
I believe the trojan horse that introduced said library was django-dbbackup. Can you confirm @benjaoming?
Temp solution: fork django-dbbackup, find a way to remove the pycrypto dependency. Failing that, make the backup feature opt-out, and add another config for sandisk which disables this.
Branch: 0.15.x & develop
While trying to get KA Lite running on the Sandisk, we noticed that we tried compiling PyCrypto. Unlike other libraries PyCrypto does not have a pure python fallback, and we fail the installation.
I believe the trojan horse that introduced said library was
django-dbbackup. Can you confirm @benjaoming?Temp solution: fork
django-dbbackup, find a way to remove the pycrypto dependency. Failing that, make the backup feature opt-out, and add another config for sandisk which disables this.