Merge pull request #68465 from arcnmx/pr-fix-python-brotli

pythonPackages.brotli: fix build
This commit is contained in:
worldofpeace 2019-09-11 02:56:53 -04:00 committed by GitHub
commit f7571a06af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ buildPythonPackage rec {
sha256 = "1811b55wdfg4kbsjcgh1kc938g118jpvif97ilgrmbls25dfpvvw";
};
dontConfigure = true;
checkInputs = [ pytest ];
checkPhase = ''