Skip to content
Snippets Groups Projects

fix[BrainScaleS]: support build of genpybind w/ Python@3.10:

Merged Eric Müller requested to merge maybe_fix_BrainScaleS_for_Python310 into master
2 files
+ 46
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -50,6 +50,9 @@ class Genpybind(WafPackage):
extends('python')
patch('v0.2.1-python3.10.patch', when='@:0.2.1 ^python@3.10:')
def configure_args(self):
args = super(Genpybind, self).configure_args()