python3Packages.napalm-ros: add python313 support

This commit is contained in:
Nico Felbinger
2025-07-24 20:46:25 +02:00
parent b5a820d837
commit 9beb04d0b9
@@ -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";