Commit ca58ca64 authored by Andreas Stührk's avatar Andreas Stührk
Browse files

python3Packages.rospkg: Fix attribute typo

parent cf995097
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pythonImportCheck = [ "rospkg" ];
  pythonImportsCheck = [ "rospkg" ];

  meta = {
    description = "ROS package library for Python";