Removed python-xmp-toolkit requirement

This commit is contained in:
jevans 2014-01-25 17:08:53 -05:00
commit 2bca4ffdf2

View file

@ -16,7 +16,7 @@ kwargs = {'name': 'Glymur',
'license': 'MIT',
'test_suite': 'glymur.test'}
instllrqrs = ['numpy>=1.4.1', 'python-xmp-toolkit>=2.0.0']
instllrqrs = ['numpy>=1.4.1']
if sys.hexversion < 0x03030000:
instllrqrs.append('contextlib2>=0.4')
instllrqrs.append('mock>=1.0.1')