Unverified Commit 994d8d38 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.rospkg: Fix attribute typo (#463507)

parents e0df76b1 ca58ca64
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";