##// END OF EJS Templates
dependencies: dropped not used trollius package
marcink -
r3260:043e6135 default
parent child Browse files
Show More
@@ -1770,7 +1770,6 b' self: super: {'
1770 self."supervisor"
1770 self."supervisor"
1771 self."tempita"
1771 self."tempita"
1772 self."translationstring"
1772 self."translationstring"
1773 self."trollius"
1774 self."urllib3"
1773 self."urllib3"
1775 self."urlobject"
1774 self."urlobject"
1776 self."venusian"
1775 self."venusian"
@@ -2059,20 +2058,6 b' self: super: {'
2059 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2058 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2060 };
2059 };
2061 };
2060 };
2062 "trollius" = super.buildPythonPackage {
2063 name = "trollius-1.0.4";
2064 doCheck = false;
2065 propagatedBuildInputs = [
2066 self."futures"
2067 ];
2068 src = fetchurl {
2069 url = "https://files.pythonhosted.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
2070 sha256 = "0xny8y12x3wrflmyn6xi8a7n3m3ac80fgmgzphx5jbbaxkjcm148";
2071 };
2072 meta = {
2073 license = [ pkgs.lib.licenses.asl20 ];
2074 };
2075 };
2076 "tzlocal" = super.buildPythonPackage {
2061 "tzlocal" = super.buildPythonPackage {
2077 name = "tzlocal-1.5.1";
2062 name = "tzlocal-1.5.1";
2078 doCheck = false;
2063 doCheck = false;
@@ -83,7 +83,6 b' subprocess32==3.5.2'
83 supervisor==3.3.4
83 supervisor==3.3.4
84 tempita==0.5.2
84 tempita==0.5.2
85 translationstring==1.3
85 translationstring==1.3
86 trollius==1.0.4
87 urllib3==1.21
86 urllib3==1.21
88 urlobject==2.4.3
87 urlobject==2.4.3
89 venusian==1.1.0
88 venusian==1.1.0
General Comments 0
You need to be logged in to leave comments. Login now