python3Packages.microsoft-kiota-http: remove disabled
Removed pythonOlder dependency check for version 3.9.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
pytest-asyncio,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
urllib3,
|
||||
gitUpdater,
|
||||
}:
|
||||
@@ -20,8 +19,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