File: Removed-the-upstream-dep-to-%27docutils%27

package info (click to toggle)
python-wstools 0.4.3-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 544 kB
  • ctags: 1,123
  • sloc: python: 5,377; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: Removed the upstream dep to 'docutils'
 More info at http://bugs.debian.org/755192
 .
 python-wstools (0.4.3-3) unstable; urgency=medium
 .
   * Removed the upstream dep to 'docutils' (closes: #755192).
Author: Cyril Bouthors <cyril@boutho.rs>
Bug-Debian: https://bugs.debian.org/755192

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- python-wstools-0.4.3.orig/setup.py
+++ python-wstools-0.4.3/setup.py
@@ -29,6 +29,5 @@ setup(
     packages=find_packages('src'),
     package_dir={'': 'src'},
     include_package_data=True,
-    install_requires=['docutils'],
     tests_require=['virtualenv>=1.8.4', 'pytest'],
 )