Remove redundant dep on ExtUtils::Typemap
Typemap (Singluar) version 1.00 is essentially identical to Typemaps (Plural) Typemap is literally a dumb subclass of TypeMaps, and so this dependency simply gives an extra installation requirement that does nothing.
This commit is contained in:
parent
13d1393ae4
commit
df5c2a6f11
@ -29,7 +29,7 @@ my $build = Module::Build::WithXSpp->new(
|
||||
dist_abstract => 'XS code for Slic3r',
|
||||
build_requires => {qw(
|
||||
ExtUtils::ParseXS 3.18
|
||||
ExtUtils::Typemap 1.00
|
||||
ExtUtils::Typemaps 1.00
|
||||
ExtUtils::Typemaps::Default 1.05
|
||||
ExtUtils::XSpp 0.17
|
||||
Module::Build 0.3601
|
||||
|
Loading…
Reference in New Issue
Block a user