python310Packages.azure-core: update disabled

This commit is contained in:
Sandro Jäckel
2022-05-16 11:28:24 -07:00
committed by Jonathan Ringer
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;