python313Packages.microsoft-kiota-serialization-text: remove disabled

This commit is contained in:
Fabian Affolter
2026-01-02 13:36:43 +01:00
committed by GitHub
parent 48f28bf05f
commit c889804657

View File

@@ -8,7 +8,6 @@
pytest-mock,
pytestCheckHook,
python-dateutil,
pythonOlder,
gitUpdater,
}:
@@ -17,8 +16,6 @@ buildPythonPackage rec {
version = "1.9.8";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";