Fix import.

This commit is contained in:
Jelmer Vernooij 2021-04-13 19:48:18 +01:00 committed by Jelmer Vernooij
parent 8c297cef6f
commit 1fdc98aa82
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8

View file

@ -24,7 +24,7 @@ import shlex
from typing import Optional, Tuple
import warnings
from . import shebang_binary, UnidentifiedError, DetailedFailure
from . import shebang_binary, UnidentifiedError
from .dist_catcher import DistCatcher
from .outputs import (
BinaryOutput,
@ -1495,7 +1495,7 @@ class PerlBuildTiny(BuildSystem):
def get_declared_dependencies(self, session, fixers=None):
self.setup(session, fixers)
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:
try:
run_with_build_fixers(session, ["./Build", "distmeta"], fixers)