python3Packages.awslambdaric: unpin autoconf 2.71 (#440979)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
isPy27,
|
isPy27,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
autoconf271,
|
autoconf,
|
||||||
automake,
|
automake,
|
||||||
cmake,
|
cmake,
|
||||||
gcc,
|
gcc,
|
||||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoconf271
|
autoconf
|
||||||
automake
|
automake
|
||||||
cmake
|
cmake
|
||||||
libtool
|
libtool
|
||||||
|
|||||||
Reference in New Issue
Block a user