diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-03-21 10:31:49 +0000 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-03-21 10:34:26 +0000 |
commit | 9dfb304fe25be11ae15823e8e417f90ff849a1d0 (patch) | |
tree | 165c739e41149fdc24baf402ac808043a3a3625b /setup.py | |
parent | 5a7cf128cdbd2c1879e4992e37ee3041b59387e4 (diff) | |
download | buildstream-9dfb304fe25be11ae15823e8e417f90ff849a1d0.tar.gz |
setup.py: Removing the xdg dependency
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -79,7 +79,6 @@ setup(name='BuildStream', package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml', 'data/*.yaml']}, install_requires=[ 'setuptools', - 'xdg', 'psutil', 'ruamel.yaml', 'pluginbase', |