diff --git a/packages/genpybind/package.py b/packages/genpybind/package.py
index a50c4b57da01421f0d9bc32f8ddf3e5dcd51f7ac..b33268c5cf400f5cf0cf203c93cca07bfd3a10fe 100644
--- a/packages/genpybind/package.py
+++ b/packages/genpybind/package.py
@@ -42,7 +42,7 @@ class Genpybind(WafPackage):
     version('visions', branch='master', git='https://github.com/electronicvisions/genpybind')
 
     depends_on(
-            'llvm+clang+python+visionary@5.0.0:5.999.999,7.0.0:7.999.999,9.0.0:9.999.999',
+            'llvm+clang+python+visionary@5.0.0:',
         type=('build', 'link', 'run'))
     depends_on('binutils', type='build')
     depends_on('python@2.7:', type=('build', 'run'))