summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-21 10:31:49 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-21 10:34:26 +0000
commit9dfb304fe25be11ae15823e8e417f90ff849a1d0 (patch)
tree165c739e41149fdc24baf402ac808043a3a3625b /setup.py
parent5a7cf128cdbd2c1879e4992e37ee3041b59387e4 (diff)
downloadbuildstream-9dfb304fe25be11ae15823e8e417f90ff849a1d0.tar.gz
setup.py: Removing the xdg dependency
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5a0b121d8..7160786ce 100755
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,6 @@ setup(name='BuildStream',
package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml', 'data/*.yaml']},
install_requires=[
'setuptools',
- 'xdg',
'psutil',
'ruamel.yaml',
'pluginbase',