mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 14:18:53 +00:00
python3Packages.microsoft-kiota-serialization-form: remove disabled
Removed the dependency on pythonOlder for version 3.9.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
pendulum,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
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