python310Packages.azure-core: update disabled
This commit is contained in:
parent
115f2f7878
commit
49f025520c
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildPythonPackage, fetchpatch, fetchPypi, isPy27
|
||||
{ lib, stdenv, buildPythonPackage, fetchpatch, fetchPypi, pythonOlder
|
||||
, aiodns
|
||||
, aiohttp
|
||||
, flask
|
||||
@ -17,7 +17,7 @@
|
||||
buildPythonPackage rec {
|
||||
version = "1.24.0";
|
||||
pname = "azure-core";
|
||||
disabled = isPy27;
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user