balena-io-experimental / balena-rpi-python-picamera

balena + python + raspberry pi camera module
39 stars 21 forks source link

avoid RPi detection in picamera pip install #10

Closed mccollam closed 6 years ago

mccollam commented 6 years ago

It seems that the picamera project now detects if it's being installed on actual RPi hardware and barfs if it's not. Since the resin.io builder is not a Pi, this now breaks. Setting the READTHEDOCS environment variable to 'True' skips this test.