python310Packages.aioapns: disable for Python<3.6
This commit is contained in:
parent
a83f6a418a
commit
595d7f91f1
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user