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 a1329a8 commit b4bfa42Copy full SHA for b4bfa42
setup.py
@@ -46,7 +46,7 @@
46
): # BeagleBone Black, Green, PocketBeagle, BeagleBone AI, etc.
47
board_reqs = ["Adafruit_BBIO"]
48
49
-if sys.platform == "linux" and platform.machine != "mips":
+if sys.platform == "linux" and platform.machine() != "mips":
50
platform_reqs = ["sysv_ipc>=1.1.0"]
51
52
setup(
0 commit comments