perl: remove mkdirp from setup_dependent_package (#43733)

This commit is contained in:
Alex Richert 2024-04-20 12:34:07 -07:00 committed by GitHub
parent 78b6fa96e5
commit 7c1a309453
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -455,10 +455,6 @@ def setup_dependent_package(self, module, dependent_spec):
# Add variables for library directory
module.perl_lib_dir = dependent_spec.prefix.lib.perl5
# Make the site packages directory for extensions,
# if it does not exist already.
mkdirp(module.perl_lib_dir)
def setup_build_environment(self, env):
if sys.platform == "win32":
env.append_path("PATH", self.prefix.bin)