File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 6161      run : | 
6262        sudo apt update 
6363        sudo apt install python3-dev libgirepository1.0-dev libcairo2-dev gir1.2-secret-1 gnome-keyring 
64+ 
65+         # girepository-2.0 becomes necessary since PyGobject 3.51 https://pygobject.gnome.org/changelog.html#pre-release 
66+         # Copilot said pkg-config and libgirepository1.0-dev which "should provide girepository-2.0" 
67+         sudo apt install pkg-config and libgirepository1.0-dev 
68+ 
69+         # Install PyGObject and GTK dependencies 
70+         #sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 
71+         #sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 python3-dev python3-gi-cairo girepository-2.0 
6472     - name : Install Python dependencies 
6573      run : | 
6674        python -m pip install --upgrade pip 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments