Skip to content

Commit

Permalink
python312Packages.pytransportnswv2: fix build (#359113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 26, 2024
2 parents f325836 + a0795ad commit e605aab
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 e605aab

Please sign in to comment.