mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
remove ujson version contraint from python-jsonrpc-server
This commit is contained in:
parent
13c492aa81
commit
62c481a8a1
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
sed -i 's/version=versioneer.get_version(),/version="${version}",/g' setup.py
|
||||
# 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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user