Skip to content

Commit

Permalink
Remove extra version tag from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tych0 committed Jun 7, 2015
1 parent f35836a commit 6f85514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,7 +68,7 @@
'libqtile/ffi_build.py:xcursors_ffi'
])

dependencies = ['xcffib>=0.3.2', 'cairocffi>=0.7[xcb]', 'six>=1.4.1', requires_cffi]
dependencies = ['xcffib>=0.3.2', 'cairocffi>=0.7', 'six>=1.4.1', requires_cffi]

if sys.version_info >= (3, 4):
pass
Expand Down

0 comments on commit 6f85514

Please sign in to comment.