about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/jira/sphinx-fix.patch
blob: ccc47ac4b9cf994d9167038ffc005c03d496db51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/setup.py b/setup.py
index c49a24d..31aeec2 100644
--- a/setup.py
+++ b/setup.py
@@ -11,5 +11,5 @@ except ImportError:
 
 
 setuptools.setup(
-    setup_requires=['pbr>=3.0.0', 'setuptools>=17.1', 'pytest-runner', 'sphinx>=1.6.5'],
+    setup_requires=['pbr>=3.0.0', 'setuptools>=17.1', 'pytest-runner'],
     pbr=True)