]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - setup.py
Remove unused variable
[Adafruit_Blinka-hackapet.git] / setup.py
index 0effb9af5d8fb60f570c8126fca2a307f6155975..1889573c228d8cc5c56d9b0ea30d7740973c8794 100755 (executable)
--- 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()