python310Packages.aioapns: disable for Python<3.6

This commit is contained in:
Mario Rodas 2022-11-11 23:26:00 +00:00
parent a83f6a418a
commit 595d7f91f1

View file

@ -5,6 +5,7 @@
, lib
, pyjwt
, pyopenssl
, pythonOlder
}:
buildPythonPackage rec {
@ -12,6 +13,8 @@ buildPythonPackage rec {
version = "2.2";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3FMNIhIZrstPKTfHVmN+K28UR2G26HZ5S/JtXmaFk1c=";