[Notes] [Git][BuildGrid/buildgrid][master] setup.py: Fix the PyYAML dependency



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -116,7 +116,7 @@ setup(
    116 116
             'protobuf',
    
    117 117
             'grpcio',
    
    118 118
             'Click',
    
    119
    -        'pyaml',
    
    119
    +        'PyYAML',
    
    120 120
             'boto3 < 1.8.0',
    
    121 121
             'botocore < 1.11.0',
    
    122 122
         ],
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]