diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-06-12 10:32:49 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-06-12 13:05:54 +0900 |
commit | 711f9716d88cd8ff31d4c5845faa8393aea23fba (patch) | |
tree | b970a93ca8c8b09f9a3ae0523a357b3d3995f4b9 | |
parent | 60b9431f2ce1de2c8462bb2f2fe92fac1473733e (diff) | |
download | buildstream-711f9716d88cd8ff31d4c5845faa8393aea23fba.tar.gz |
Added fusepy dependency to setup.py
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -106,7 +106,8 @@ setup(name='BuildStream', 'ruamel.yaml', 'pluginbase', 'Click', - 'blessings' + 'blessings', + 'fusepy' ], entry_points=''' [console_scripts] |