[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/torbrowser-launcher][distro-deprecation-fix] Switch to using non-deprecated distro.name()



Title: GitLab

asciiwolf pushed to branch distro-deprecation-fix at The Tor Project / Applications / torbrowser-launcher

Commits:

  • c005ffdb
    by AsciiWolf at 2025-09-29T18:38:26+02:00
    Switch to using non-deprecated distro.name()
    

1 changed file:

Changes:

  • setup.py
    ... ... @@ -36,7 +36,7 @@ from setuptools import setup
    36 36
     SHARE = "share"
    
    37 37
     
    
    38 38
     # detect linux distribution
    
    39
    -distro = distro.linux_distribution()[0]
    
    39
    +distro = distro.name()
    
    40 40
     
    
    41 41
     
    
    42 42
     def file_list(path):
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx