refs #1345 changes git link of python-libfdisk

pull-from-cloning-engine
Luis Gerardo Romero Garcia 2025-01-20 13:54:58 +01:00
parent f42cd45239
commit 149d3ffc39
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def boottoolsSoftwareCompile():
if not os.path.exists ('python-libfdisk'):
print ('boottoolsSoftwareCompile: python-libfdisk', file=sys.stderr)
apt.install (['python3-psutil', 'python3-dev', 'libfdisk-dev', 'python3-setuptools'])
utils.run (['git', 'clone', 'git://git.48k.eu/python-libfdisk'])
utils.run (['git', 'clone', 'https://ognproject.evlt.uma.es/gitea/48k.eu-mirror/python-libfdisk.git'])
os.chdir ('python-libfdisk')
utils.run (['python3', 'setup.py', 'install'])
os.chdir ('..')