From 2bca4ffdf28ea69ab45e612323b75515d43134b5 Mon Sep 17 00:00:00 2001 From: jevans Date: Sat, 25 Jan 2014 17:08:53 -0500 Subject: [PATCH] Removed python-xmp-toolkit requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4fdc2f..b780e4d 100644 --- a/setup.py +++ b/setup.py @@ -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')