Skip to content

Commit

Permalink
remove ujson version contraint from python-jsonrpc-server
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau authored and FRidh committed Jul 26, 2020
1 parent 13c492a commit 62c481a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 = [
Expand Down

0 comments on commit 62c481a

Please sign in to comment.