From aa554eb767547a82d894025dfe1c141c157c6451 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 15 May 2017 15:03:15 +0100 Subject: [PATCH] Ensure that there's an __init__.py file present in the backports module directory on Windows --- Make-MinGW.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Make-MinGW.bat b/Make-MinGW.bat index abd3c01cb..198e87768 100644 --- a/Make-MinGW.bat +++ b/Make-MinGW.bat @@ -201,6 +201,9 @@ REM Main function Ends ECHO Removing Sphinx pip uninstall -y sphinx Pygments alabaster colorama docutils imagesize requests snowballstemmer + ECHO Fixing backports.csv - adding missing __init__.py + type nul >> "%PGBUILDPATH%\%VIRTUALENV%\Lib\site-packages\backports\__init__.py" + ECHO Assembling runtime environment... CD "%WD%\runtime" IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%