mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python313Packages.microsoft-kiota-serialization-text: remove disabled
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user