* Apply r32435 from the trunk (always build Python with SSL support).
Remove .ssl references from some packages missed in that commit. svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
This commit is contained in:
@@ -554,7 +554,7 @@ let pythonPackages = python.modules // rec {
|
||||
|
||||
buildInputs = [ nose mox ];
|
||||
|
||||
propagatedBuildInputs = [ gflags sqlalchemy webob routes eventlet python.modules.ssl ];
|
||||
propagatedBuildInputs = [ gflags sqlalchemy webob routes eventlet ];
|
||||
|
||||
PYTHON_EGG_CACHE = "`pwd`/.egg-cache";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user