Revert "pythonPackages.python-jose: fix build for python 3.6""
This reverts commit d65a3efc3f680f6229883778f1e77c1ae3f15709. This change should have been applied to the `rsa` package instead.
This commit is contained in:
parent
4a7c9e5af2
commit
0173194e4f
@ -25,11 +25,6 @@ buildPythonPackage rec {
|
|||||||
py.test
|
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 ];
|
propagatedBuildInputs = [ future six ecdsa rsa ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user