##// END OF EJS Templates
dependencies: bumped python-ldap to 2.4.45
marcink -
r2293:2f4f3610 default
parent child Browse files
Show More
@@ -1589,13 +1589,13 b''
1589 };
1589 };
1590 };
1590 };
1591 python-ldap = super.buildPythonPackage {
1591 python-ldap = super.buildPythonPackage {
1592 name = "python-ldap-2.4.40";
1592 name = "python-ldap-2.4.45";
1593 buildInputs = with self; [];
1593 buildInputs = with self; [];
1594 doCheck = false;
1594 doCheck = false;
1595 propagatedBuildInputs = with self; [setuptools];
1595 propagatedBuildInputs = with self; [setuptools];
1596 src = fetchurl {
1596 src = fetchurl {
1597 url = "https://pypi.python.org/packages/4a/d8/7d70a7469058a3987d224061a81d778951ac2b48220bdcc511e4b1b37176/python-ldap-2.4.40.tar.gz";
1597 url = "https://pypi.python.org/packages/ce/52/6b5372d0166820f4a4b0a88ed73dc7504219355049fc1d266d8ccdb7942e/python-ldap-2.4.45.tar.gz";
1598 md5 = "aea0233f7d39b0c7549fcd310deeb0e5";
1598 md5 = "6108e189a44eea8bc7d1cc281c222978";
1599 };
1599 };
1600 meta = {
1600 meta = {
1601 license = [ pkgs.lib.licenses.psfl ];
1601 license = [ pkgs.lib.licenses.psfl ];
@@ -59,7 +59,7 b' pyramid-mako==1.0.2'
59 pyramid==1.9.1
59 pyramid==1.9.1
60 pysqlite==2.8.3
60 pysqlite==2.8.3
61 python-dateutil==2.1
61 python-dateutil==2.1
62 python-ldap==2.4.40
62 python-ldap==2.4.45
63 python-memcached==1.58
63 python-memcached==1.58
64 python-pam==1.8.2
64 python-pam==1.8.2
65 pytz==2015.4
65 pytz==2015.4
General Comments 0
You need to be logged in to leave comments. Login now