File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/development/python-modules/google-api-core Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ buildPythonPackage rec {
2222 version = "2.25.1" ;
2323 pyproject = true ;
2424
25- disabled = pythonOlder "3.7" ;
26-
2725 src = fetchFromGitHub {
2826 owner = "googleapis" ;
2927 repo = "python-api-core" ;
@@ -79,15 +77,17 @@ buildPythonPackage rec {
7977
8078 pythonImportsCheck = [ "google.api_core" ] ;
8179
82- meta = with lib ; {
80+ meta = {
8381 description = "Core Library for Google Client Libraries" ;
8482 longDescription = ''
8583 This library is not meant to stand-alone. Instead it defines common
8684 helpers used by all Google API clients.
8785 '' ;
8886 homepage = "https://github.com/googleapis/python-api-core" ;
8987 changelog = "https://github.com/googleapis/python-api-core/blob/${ src . tag } /CHANGELOG.md" ;
90- license = licenses . asl20 ;
91- maintainers = [ ] ;
88+ license = lib . licenses . asl20 ;
89+ maintainers = with lib . maintainers ; [
90+ sarahec
91+ ] ;
9292 } ;
9393}
You can’t perform that action at this time.
0 commit comments