python3Packages.rospkg: Fix attribute typo (#463507)

This commit is contained in:
Aleksana
2025-11-21 02:03:43 +00:00
committed by GitHub
@@ -37,7 +37,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportCheck = [ "rospkg" ];
pythonImportsCheck = [ "rospkg" ];
meta = {
description = "ROS package library for Python";