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

This commit is contained in:
Sandro
2025-07-25 01:20:02 +02:00
committed by GitHub
@@ -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";