Skip to content

Commit

Permalink
Add PyYAML to the dependency list for platform
Browse files Browse the repository at this point in the history
Pulp's platform package depends on PyYAML, so it should declare it in
the setup.py.

fixes #2231
  • Loading branch information
jeremycline committed Sep 6, 2016
1 parent 359e542 commit fe449d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/setup.py
Expand Up @@ -2,9 +2,10 @@

requirements = [
'Django>=1.8,<1.9',
'django-extensions',
'djangorestframework',
'psycopg2',
'django-extensions',
'PyYAML',
'setuptools',
]

Expand Down

0 comments on commit fe449d6

Please sign in to comment.