remove ujson version contraint from python-jsonrpc-server
This commit is contained in:
parent
13c492aa81
commit
62c481a8a1
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i 's/version=versioneer.get_version(),/version="${version}",/g' setup.py
|
sed -i 's/version=versioneer.get_version(),/version="${version}",/g' setup.py
|
||||||
# https://github.com/palantir/python-jsonrpc-server/issues/36
|
# https://github.com/palantir/python-jsonrpc-server/issues/36
|
||||||
sed -i -e 's!ujson<=!ujson>=!' setup.py
|
sed -iEe "s!'ujson.*\$!'ujson',!" setup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user