Skip to content

Commit

Permalink
[Backport release-24.11] python312Packages.pytransportnswv2: fix build (
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 2, 2024
2 parents 3d6108a + f70d030 commit b0b0f20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/pytransportnswv2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
pname = "PyTransportNSWv2";
inherit version;
hash = "sha256-hpbq1Krv+DklSXBMJsyRZd8d0yj+vaRjlu2pu6sLV0Y=";
};

Expand All @@ -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";
Expand Down

0 comments on commit b0b0f20

Please sign in to comment.