File: drop_pyaml.patch

package info (click to toggle)
python-elasticsearch 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 588 kB
  • ctags: 665
  • sloc: python: 2,748; makefile: 155
file content (17 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
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 <FladischerMichael@fladi.at>
Last-Update: 2014-09-03
Forwarded: not-needed

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