python313Packages.pynfsclient: disable on > 3.13

This commit is contained in:
Fabian Affolter
2025-02-03 20:17:13 +01:00
parent efe51355b4
commit ddc4da2c8b
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pythonAtLeast,
setuptools,
}:
@@ -10,6 +11,8 @@ buildPythonPackage rec {
version = "0.1.5";
pyproject = true;
disabled = pythonAtLeast "3.13";
src = fetchPypi {
pname = "pyNfsClient";
inherit version;