diff --git a/packages/flux-sched/package.py b/packages/flux-sched/package.py index 97a0a9618c4473..b653b030a44ec2 100644 --- a/packages/flux-sched/package.py +++ b/packages/flux-sched/package.py @@ -5,7 +5,6 @@ import os -import spack.util.executable from spack.build_systems.autotools import AutotoolsBuilder from spack.build_systems.cmake import CMakeBuilder from spack.package import * @@ -141,7 +140,7 @@ def setup(self): git("fetch", "--unshallow") git("config", "remote.origin.fetch", "+refs/heads/*:refs/remotes/origin/*") git("fetch", "origin") - except spack.util.executable.ProcessError: + except ProcessError: git("fetch") def autoreconf(self, spec, prefix):