python3Packages.rospkg: Fix attribute typo

This commit is contained in:
Andreas Stührk
2025-11-20 12:39:36 +01:00
parent cf995097b5
commit ca58ca6445
@@ -37,7 +37,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportCheck = [ "rospkg" ];
pythonImportsCheck = [ "rospkg" ];
meta = {
description = "ROS package library for Python";