openxpki: fix build, use current python3Packages (#46860)

Build used python34Packages and failed because python34Packages.pytest
didn't build anymore. Use python3Packages instead.
This commit is contained in:
xeji 2018-09-19 16:16:19 +02:00 committed by GitHub
parent c9969162ab
commit 012682222f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ stdenv, buildPerlPackage, fetchgit, perl, openssl, perlPackages, gettext, python34Packages
{ stdenv, buildPerlPackage, fetchgit, perl, openssl, perlPackages, gettext, python3Packages
# TODO: Remove extra dependencies once it is clear that they are NOT needed somewhere.
, extraDependencies1 ? false, extraDependencies2 ? false, extraDependencies3 ? false }:
@ -11,7 +11,7 @@ buildPerlPackage {
sha256 = "05bmhani2c7ays488xv3hx5xbxb612bnwq5rdjwmsj51xpaz454p";
};
buildInputs = [ perl openssl gettext python34Packages.sphinx ];
buildInputs = [ perl openssl gettext python3Packages.sphinx ];
propagatedBuildInputs = with perlPackages;
[ # dependencies from Makefile.PL
libintl_perl ConfigVersioned LWP ClassAccessorChained IOSocketSSL ClassStd