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',
|