From 95ed7a2c640995b0864f734201ad810eaebda4e7 Mon Sep 17 00:00:00 2001 From: Zvezdan Petkovic Date: Tue, 10 Oct 2017 15:54:25 -0700 Subject: [PATCH] Replace missing PyYAML package with the usable version. 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. --- pivy-importer/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/pivy-importer/build.gradle b/pivy-importer/build.gradle index 5382b335..0150187b 100644 --- a/pivy-importer/build.gradle +++ b/pivy-importer/build.gradle @@ -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