##// END OF EJS Templates
pkgs: remove pyelasticsearch dependancy
dan -
r109:8437e1c4 default
parent child Browse files
Show More
@@ -799,16 +799,6 b''
799 md5 = "47b4eac84118e2606658122104e62072";
799 md5 = "47b4eac84118e2606658122104e62072";
800 };
800 };
801 };
801 };
802 pyelasticsearch = super.buildPythonPackage {
803 name = "pyelasticsearch-1.4";
804 buildInputs = with self; [];
805 doCheck = false;
806 propagatedBuildInputs = with self; [certifi elasticsearch urllib3 simplejson six];
807 src = fetchurl {
808 url = "https://pypi.python.org/packages/2f/3a/7643cfcfc4cbdbb20ada800bbd54ac9705d0c047d7b8f8d5eeeb3047b4eb/pyelasticsearch-1.4.tar.gz";
809 md5 = "ed61ebb7b253364e55b4923d11e17049";
810 };
811 };
812 pyflakes = super.buildPythonPackage {
802 pyflakes = super.buildPythonPackage {
813 name = "pyflakes-0.8.1";
803 name = "pyflakes-0.8.1";
814 buildInputs = with self; [];
804 buildInputs = with self; [];
@@ -1060,7 +1050,7 b''
1060 name = "rhodecode-tools-0.7.1";
1050 name = "rhodecode-tools-0.7.1";
1061 buildInputs = with self; [];
1051 buildInputs = with self; [];
1062 doCheck = false;
1052 doCheck = false;
1063 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh pyelasticsearch];
1053 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh];
1064 src = fetchurl {
1054 src = fetchurl {
1065 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.7.1.zip";
1055 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.7.1.zip";
1066 md5 = "91daea803aaa264ce7a8213bc2220d4c";
1056 md5 = "91daea803aaa264ce7a8213bc2220d4c";
@@ -1269,5 +1259,5 b''
1269
1259
1270 ### Test requirements
1260 ### Test requirements
1271
1261
1272
1262
1273 }
1263 }
@@ -11,7 +11,6 b' MySQL-python==1.2.5'
11 Paste==2.0.2
11 Paste==2.0.2
12 PasteDeploy==1.5.2
12 PasteDeploy==1.5.2
13 PasteScript==1.7.5
13 PasteScript==1.7.5
14 pyelasticsearch==1.4
15 Pygments==2.0.2
14 Pygments==2.0.2
16
15
17 # TODO: This version is not available on PyPI
16 # TODO: This version is not available on PyPI
General Comments 0
You need to be logged in to leave comments. Login now