diff --git a/packages/dune/package.py b/packages/dune/package.py index a74f563..d8a2bcb 100644 --- a/packages/dune/package.py +++ b/packages/dune/package.py @@ -207,7 +207,6 @@ class Dune(CMakePackage): depends_on('zoltan', when='+zoltan') # Apply patches - patch('executable_scripts.patch') patch('virtualenv_from_envvariable.patch', when='+testtools') def setup_build_environment(self, env):