File: 01_avoid_call_to_pypi.patch

package info (click to toggle)
tryton-server 7.0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,744 kB
  • sloc: python: 53,427; xml: 5,194; sh: 803; sql: 217; makefile: 28
file content (26 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (3)
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
Description: Avoid the call for python-magic to PyPi.
 The Build-Dependency relatorio >=0.7 contains a code copy of
 python-magic[pypi].
 .
 This patch is subject to be removed, once python-magic from pypi (or an
 equivalent alternative) is available.
 Relevant discussions:
 https://lists.debian.org/debian-python/2017/09/msg00008.html
 https://lists.debian.org/debian-python/2017/09/msg00015.html
 https://lists.debian.org/debian-python/2017/10/msg00021.html
Author: Mathias Behrle <mathiasb@m9s.biz>
Bug-Debian: https://bugs.debian.org/877849
Last-Update: 2017-11-06
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -136,7 +136,7 @@
     install_requires=[
         'defusedxml',
         'lxml >= 2.0',
-        'relatorio[fodt] >= 0.7.0',
+        'relatorio >= 0.7.0',
         'Genshi',
         'python-dateutil',
         'polib',