python2.6: add crpyt module
This commit is contained in:
		
							parent
							
								
									ff2338d2a7
								
							
						
					
					
						commit
						b331056e75
					
				@ -149,6 +149,12 @@ let
 | 
			
		||||
      deps = [ db4 ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    crypt = buildInternalPythonModule {
 | 
			
		||||
      moduleName = "crypt";
 | 
			
		||||
      internalName = "crypt";
 | 
			
		||||
      deps = [ ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    curses = buildInternalPythonModule {
 | 
			
		||||
      moduleName = "curses";
 | 
			
		||||
      deps = [ ncurses ];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user