File: python-setup-libiio

package info (click to toggle)
libiio 0.24-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,536 kB
  • sloc: ansic: 21,661; python: 1,849; cs: 1,232; sh: 841; yacc: 441; xml: 192; lex: 172; makefile: 32
file content (14 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Avoid failing check while building Debian packages
Author: "A. Maitland Bottoms" <bottoms@debian.org>

--- a/bindings/python/setup.py.cmakein
+++ b/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)