uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
18
pkgs/development/python-modules/gattlib/setup.patch
Normal file
18
pkgs/development/python-modules/gattlib/setup.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
diff --git a/setup.py b/setup.py
|
||||
index 0825241..389a59e 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -11,12 +11,7 @@ extension_modules = []
|
||||
|
||||
|
||||
def get_boost_version(out=None):
|
||||
- if out is None:
|
||||
- out = subprocess.check_output(
|
||||
- r"ldconfig -p | grep -E 'libboost_python.*\.so '", shell=True)
|
||||
-
|
||||
- ver = os.path.splitext(out.split()[0][3:])[0].decode()
|
||||
- return ver
|
||||
+ return "@boost_version@"
|
||||
|
||||
def tests():
|
||||
# case: python3-py3x.so
|
||||
Loading…
Add table
Add a link
Reference in a new issue