зеркало из https://github.com/mozilla/dinobuildr.git
remove-pyobjc
This commit is contained in:
Родитель
dc77b94db4
Коммит
0d204d0e8c
|
@ -149,6 +149,16 @@
|
|||
"dmg-advanced": "",
|
||||
"hash": "037d473bc311e278d7aa0eae5de2d78e3eb97fa2a627c06bf913b5b8423203dd",
|
||||
"type": "pkg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "remove pybobjc",
|
||||
"version": "",
|
||||
"url": "resources/remove-pyobjc.sh",
|
||||
"filename": "",
|
||||
"dmg-installer": "",
|
||||
"dmg-advanced": "",
|
||||
"hash": "bb04f027665f1d667070dc5c87105a2cb50e40df5e807b27c0a18a58e0490cbe",
|
||||
"type": "shell"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# remove pyobjc-framework-SystemConfigruation package
|
||||
|
||||
pip3 uninstall -y pyobjc-framework-SystemConfiguration
|
||||
pip3 uninstall -y pyobjc-core
|
||||
pip3 uninstall -y pyobjc-framework-Cocoa
|
Загрузка…
Ссылка в новой задаче