mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
313 B
Diff
12 lines
313 B
Diff
--- bindings/python/setup.py.cmakein.orig
|
|
+++ bindings/python/setup.py.cmakein
|
|
@@ -40,7 +40,7 @@
|
|
libiio library is actually installed"""
|
|
|
|
def run(self):
|
|
- self._check_libiio_installed()
|
|
+ # self._check_libiio_installed()
|
|
# Run the standard PyPi copy
|
|
install.run(self)
|
|
|