##// END OF EJS Templates
dependencies: bumped python-ldap to 2.4.40
marcink -
r1882:66946a16 default
parent child Browse files
Show More
@@ -1563,13 +1563,13 b''
1563 };
1563 };
1564 };
1564 };
1565 python-ldap = super.buildPythonPackage {
1565 python-ldap = super.buildPythonPackage {
1566 name = "python-ldap-2.4.19";
1566 name = "python-ldap-2.4.40";
1567 buildInputs = with self; [];
1567 buildInputs = with self; [];
1568 doCheck = false;
1568 doCheck = false;
1569 propagatedBuildInputs = with self; [setuptools];
1569 propagatedBuildInputs = with self; [setuptools];
1570 src = fetchurl {
1570 src = fetchurl {
1571 url = "https://pypi.python.org/packages/42/81/1b64838c82e64f14d4e246ff00b52e650a35c012551b891ada2b85d40737/python-ldap-2.4.19.tar.gz";
1571 url = "https://pypi.python.org/packages/4a/d8/7d70a7469058a3987d224061a81d778951ac2b48220bdcc511e4b1b37176/python-ldap-2.4.40.tar.gz";
1572 md5 = "b941bf31d09739492aa19ef679e94ae3";
1572 md5 = "aea0233f7d39b0c7549fcd310deeb0e5";
1573 };
1573 };
1574 meta = {
1574 meta = {
1575 license = [ pkgs.lib.licenses.psfl ];
1575 license = [ pkgs.lib.licenses.psfl ];
@@ -61,7 +61,7 b' pyramid-mako==1.0.2'
61 pyramid==1.7.4
61 pyramid==1.7.4
62 pysqlite==2.8.3
62 pysqlite==2.8.3
63 python-dateutil==2.1
63 python-dateutil==2.1
64 python-ldap==2.4.19
64 python-ldap==2.4.40
65 python-memcached==1.58
65 python-memcached==1.58
66 python-pam==1.8.2
66 python-pam==1.8.2
67 pytz==2015.4
67 pytz==2015.4
General Comments 0
You need to be logged in to leave comments. Login now