We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b037bd commit 715836cCopy full SHA for 715836c
setup.py
@@ -21,7 +21,6 @@
21
long_description = "\n" + f.read()
22
23
board_reqs = []
24
-platform_reqs = []
25
if os.path.exists("/proc/device-tree/compatible"):
26
with open("/proc/device-tree/compatible", "rb") as f:
27
compat = f.read()
0 commit comments