Revert "pythonPackages.python-jose: fix build for python 3.6""

This reverts commit d65a3efc3f.

This change should have been applied to the `rsa` package instead.
This commit is contained in:
Frederik Rietdijk 2019-01-04 14:22:13 +01:00
parent 4a7c9e5af2
commit 0173194e4f

View File

@ -25,11 +25,6 @@ buildPythonPackage rec {
py.test
'';
postPatch = ''
# File says it's utf-8 so instead of relying on the environment, fix the decoding when reading.
substituteInPlace setup.py --replace "open('README.md')" "open('README.md',encoding='utf-8')"
'';
propagatedBuildInputs = [ future six ecdsa rsa ];
meta = with stdenv.lib; {