Skip to content

Commit

Permalink
python3.pkgs.python-engineio: 3.0.0 -> 3.4.3
Browse files Browse the repository at this point in the history
fixes build of python-socketio

(cherry picked from commit f94dc01)
  • Loading branch information
Mic92 authored and Robert Schütz committed Mar 19, 2019
1 parent fe76cf8 commit 9055e34
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/development/python-modules/python-engineio/default.nix
Expand Up @@ -8,18 +8,21 @@
, iana-etc
, libredirect
, aiohttp
, websockets
, websocket_client
, requests
, tornado
}:

buildPythonPackage rec {
pname = "python-engineio";
version = "3.0.0";
version = "3.4.3";

src = fetchFromGitHub {
owner = "miguelgrinberg";
repo = "python-engineio";
rev = "v${version}";
sha256 = "1v510fhn0li808ar2cmwh5nijacy5x60q9x4gm0b34j6mkmc59ph";
sha256 = "0wk81rqigw47z087f5kc7b9iwqggypxc62q8q818qyzqwb93ysxf";
};

propagatedBuildInputs = [
Expand All @@ -30,7 +33,10 @@ buildPythonPackage rec {
eventlet
mock
aiohttp
websockets
websocket_client
tornado
requests
];

# make /etc/protocols accessible to fix socket.getprotobyname('tcp') in sandbox
Expand Down

0 comments on commit 9055e34

Please sign in to comment.