Skip to content

Commit

Permalink
Replace missing PyYAML package with the usable version.
Browse files Browse the repository at this point in the history
The pivy-importer run is currently broken with:
"Unable to find source dist for PyYAML:3.02" error.
Replacing that with a working version fixes the build.
  • Loading branch information
zvezdan committed Oct 10, 2017
1 parent 1ee8655 commit 95ed7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pivy-importer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ task importRequiredDependencies(type: JavaExec) { task ->
'idna:2.0.0=idna:2.0', // candidate for removal
'pytz:0a=pytz:2016.4', // candidate for removal
'pytz:2004b.2=pytz:2016.4',
'PyYAML:3.02=PyYAML:3.12',
'setuptools:0.6a2=setuptools:19.1.1', // candidate for removal
'setuptools:0.6c1=setuptools:19.1.1',
'sphinx_rtd_theme:0.1=sphinx_rtd_theme:0.1.1', // candidate for removal
Expand Down

0 comments on commit 95ed7a2

Please sign in to comment.