Added xattr dependency

This commit is contained in:
Jonas Borgström 2010-10-31 20:33:55 +01:00
parent 8d8816e80e
commit 1a1d8f87eb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import sys
from setuptools import setup, Extension
dependencies = ['pycrypto', 'msgpack-python', 'pbkdf2.py'],
dependencies = ['pycrypto', 'msgpack-python', 'pbkdf2.py', 'xattr'],
if sys.version_info < (2, 7):
dependencies.append('argparse')