Skip to content

Commit

Permalink
Only require 'distro' on linux (as it is linux specific)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gmelin authored and tardyp committed Mar 31, 2017
1 parent 359311f commit 624c7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/setup.py
Expand Up @@ -453,7 +453,7 @@ def define_plugin_entries(groups):
'txaio ' + txaio_ver,
'autobahn ' + autobahn_ver,
'PyJWT',
'distro'
'distro;platform_system==="Linux"'
]

# Unit test dependencies.
Expand Down

0 comments on commit 624c7f1

Please sign in to comment.