Skip to content

Commit 62c481a

Browse files
DavHauFRidh
authored andcommitted
remove ujson version contraint from python-jsonrpc-server
1 parent 13c492a commit 62c481a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/development/python-modules/python-jsonrpc-server

pkgs/development/python-modules/python-jsonrpc-server/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
postPatch = ''
1919
sed -i 's/version=versioneer.get_version(),/version="${version}",/g' setup.py
2020
# https://github.com/palantir/python-jsonrpc-server/issues/36
21-
sed -i -e 's!ujson<=!ujson>=!' setup.py
21+
sed -iEe "s!'ujson.*\$!'ujson',!" setup.py
2222
'';
2323

2424
checkInputs = [

0 commit comments

Comments
 (0)