File: remove-mock

package info (click to toggle)
python-urwidtrees 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 961; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/setup.py
+++ b/setup.py
@@ -15,10 +15,5 @@
     license="Licensed under the GNU GPL v3+.",
     packages=['urwidtrees'],
     install_requires=['urwid>=1.1.0'],
-    extras_require={
-        'docs': [
-            'mock;python_version<"3.3"',
-        ],
-    },
 )
 
--- a/urwidtrees.egg-info/requires.txt
+++ b/urwidtrees.egg-info/requires.txt
@@ -3,4 +3,3 @@
 [docs]
 
 [docs:python_version < "3.3"]
-mock