Unverified Commit 9beb04d0 authored by Nico Felbinger's avatar Nico Felbinger
Browse files

python3Packages.napalm-ros: add python313 support

parent b5a820d8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@ buildPythonPackage rec {
  version = "1.2.6";
  pyproject = true;

  disabled = pythonAtLeast "3.13";

  src = fetchFromGitHub {
    owner = "napalm-automation-community";
    repo = "napalm-ros";