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
|
, aiodns
|
||||||
, aiohttp
|
, aiohttp
|
||||||
, flask
|
, flask
|
||||||
@ -17,7 +17,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.24.0";
|
version = "1.24.0";
|
||||||
pname = "azure-core";
|
pname = "azure-core";
|
||||||
disabled = isPy27;
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
Reference in New Issue
Block a user