Merge pull request #127563 from dotlambda/certifi-disable-21.05
[21.05] pythonPackages.certifi: does not support python2
This commit is contained in:
commit
e46a54b058
@ -1,5 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, isPy27
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
@ -8,6 +9,8 @@ buildPythonPackage rec {
|
|||||||
pname = "certifi";
|
pname = "certifi";
|
||||||
version = "2021.05.30";
|
version = "2021.05.30";
|
||||||
|
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = "python-certifi";
|
repo = "python-certifi";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user