refs #1345 changes git link of python-libfdisk
parent
f42cd45239
commit
149d3ffc39
|
@ -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 ('..')
|
||||
|
|
Loading…
Reference in New Issue