Unverified Commit b5219af9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.napalm-ros: add python313 support (#428128)

parents f8a6430f 9beb04d0
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";