python312Packages.keras-preprocessing: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 11:35:44 +01:00
parent ecc6829d2f
commit 66cdc5f5d5

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, numpy, six, scipy, pillow, pytest, keras }: { lib, buildPythonPackage, fetchPypi, numpy, six, scipy, pillow, pytest, keras }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "Keras_Preprocessing"; pname = "keras-preprocessing";
version = "1.1.2"; version = "1.1.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "Keras_Preprocessing";
inherit version;
sha256 = "add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3"; sha256 = "add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3";
}; };