Fix import.
This commit is contained in:
parent
8c297cef6f
commit
1fdc98aa82
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ import shlex
|
||||||
from typing import Optional, Tuple
|
from typing import Optional, Tuple
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
from . import shebang_binary, UnidentifiedError, DetailedFailure
|
from . import shebang_binary, UnidentifiedError
|
||||||
from .dist_catcher import DistCatcher
|
from .dist_catcher import DistCatcher
|
||||||
from .outputs import (
|
from .outputs import (
|
||||||
BinaryOutput,
|
BinaryOutput,
|
||||||
|
@ -1495,7 +1495,7 @@ class PerlBuildTiny(BuildSystem):
|
||||||
def get_declared_dependencies(self, session, fixers=None):
|
def get_declared_dependencies(self, session, fixers=None):
|
||||||
self.setup(session, fixers)
|
self.setup(session, fixers)
|
||||||
if self.minilla:
|
if self.minilla:
|
||||||
pass # Minilla doesn't seem to have a way to just regenerate the metadata :(
|
pass # Minilla doesn't seem to have a way to just regenerate the metadata :(
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
run_with_build_fixers(session, ["./Build", "distmeta"], fixers)
|
run_with_build_fixers(session, ["./Build", "distmeta"], fixers)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue