##// END OF EJS Templates
dependencies: removed unused transifex-client....
marcink -
r2703:fab77f64 default
parent child Browse files
Show More
@@ -1871,19 +1871,6 b''
1871 license = [ pkgs.lib.licenses.bsdOriginal ];
1871 license = [ pkgs.lib.licenses.bsdOriginal ];
1872 };
1872 };
1873 };
1873 };
1874 transifex-client = super.buildPythonPackage {
1875 name = "transifex-client-0.12.5";
1876 buildInputs = with self; [];
1877 doCheck = false;
1878 propagatedBuildInputs = with self; [urllib3 six];
1879 src = fetchurl {
1880 url = "https://pypi.python.org/packages/7b/86/60f31a0c9b8d0b1266ce15b6c80b55f88522140c8acfc395d5aec5e23475/transifex-client-0.12.5.tar.gz";
1881 md5 = "e6e278117b23f60702c06e203b7e51ae";
1882 };
1883 meta = {
1884 license = [ pkgs.lib.licenses.gpl2 ];
1885 };
1886 };
1887 translationstring = super.buildPythonPackage {
1874 translationstring = super.buildPythonPackage {
1888 name = "translationstring-1.3";
1875 name = "translationstring-1.3";
1889 buildInputs = with self; [];
1876 buildInputs = with self; [];
@@ -107,7 +107,6 b' jupyter_client==5.0.0'
107 alembic==0.9.8
107 alembic==0.9.8
108 invoke==0.13.0
108 invoke==0.13.0
109 bumpversion==0.5.3
109 bumpversion==0.5.3
110 transifex-client==0.12.5
111
110
112 ## http servers
111 ## http servers
113 gevent==1.2.2
112 gevent==1.2.2
General Comments 0
You need to be logged in to leave comments. Login now