7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 hash = "sha256-Oc02yi7N2W/DekmTxdYllN6UBD1phbVdSBN2dcPo1oI=";
21 # extras_require contains signify -> circular dependency
26 pythonImportsCheck = [
31 description = "Makes the Microsoft Trusted Root Program's Certificate Trust Lists available in Python";
32 homepage = "https://github.com/ralphje/mscerts";
33 license = with licenses; [ mpl20 ];
34 maintainers = with maintainers; [ fab ];