python311Packages.truststore: disable on unsupported Python releases
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, flit-core
|
||||
, aiohttp
|
||||
, httpx
|
||||
, pyopenssl
|
||||
, pythonOlder
|
||||
, requests
|
||||
, trustme
|
||||
}:
|
||||
@@ -14,6 +15,8 @@ buildPythonPackage rec {
|
||||
version = "0.8.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sethmlarson";
|
||||
repo = pname;
|
||||
|
||||
Reference in New Issue
Block a user