File: drop_pyaml.patch

package info (click to toggle)
python-elasticsearch 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 644 kB
  • ctags: 711
  • sloc: python: 3,263; makefile: 155
file content (17 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove pyaml from test requirements
 pyaml only serves cosmetic purposes by pretty printing YAML and has not been
 packaged yet for Debian.
Author: Michael Fladischer <fladi@debian.org>
Last-Update: 2014-09-03
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,6 @@
     'nose',
     'coverage',
     'mock',
-    'pyaml',
     'nosexcover'
 ]