X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/2b037bda3ddbcfea41f2f4d218a1b05dfa044697..e50ab657fc40563bafe3842b54a778dc4a3b41ac:/setup.py diff --git a/setup.py b/setup.py index 0effb9a..1889573 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ with io.open(os.path.join(here, "README.rst"), encoding="utf-8") as f: long_description = "\n" + f.read() board_reqs = [] -platform_reqs = [] if os.path.exists("/proc/device-tree/compatible"): with open("/proc/device-tree/compatible", "rb") as f: compat = f.read()