python310Packages.azure-core: update disabled

This commit is contained in:
Sandro Jäckel 2022-05-16 19:40:29 +02:00 committed by Jonathan Ringer
parent 115f2f7878
commit 49f025520c

View File

@ -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;