about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/python_openzwave/cython.patch
blob: e01ffdbdc0d0623cb0053b67ffd5961530b97d95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/pyozw_setup.py b/pyozw_setup.py
index b201840..37bf2a8 100644
--- a/pyozw_setup.py
+++ b/pyozw_setup.py
@@ -257,13 +257,13 @@ class Template(object):
         if sys.platform.startswith("win"):
             return ['Cython']
         else:
-            return ['Cython==0.28.6']
+            return ['Cython>=0.28.6']
 
     def build_requires(self):
         if sys.platform.startswith("win"):
             return ['Cython']
         else:
-            return ['Cython==0.28.6']
+            return ['Cython>=0.28.6']
 
     def build(self):
         if len(self.ctx['extra_objects']) == 1 and os.path.isfile(self.ctx['extra_objects'][0]):