python312Packages.pytransportnswv2: fix build (#359113)

This commit is contained in:
Fabian Affolter
2024-11-26 21:23:36 +01:00
committed by GitHub
@@ -16,7 +16,8 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
pname = "PyTransportNSWv2";
inherit version;
hash = "sha256-hpbq1Krv+DklSXBMJsyRZd8d0yj+vaRjlu2pu6sLV0Y=";
};
@@ -30,7 +31,7 @@ buildPythonPackage rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "TransportNSW" ];
pythonImportsCheck = [ "TransportNSWv2" ];
meta = with lib; {
description = "Python module to access Transport NSW information";