kivy / kivy/python-for-android
homebrew prerequisite openssl@1.1 is disabled
オープン
need-analysis
recipe
- 主要言語
- Python
- スター
- 8.9k
- フォーク
- 2k
- 平均マージ
- 12時間 20分
- マージ済み PR(30日)
- 9
説明
### Description
**prerequisites.py** line 265
OpenSSLPrerequisite() defines the following variable
homebrew_formula_name = "openssl@1.1"
This formula has been disabled in homebrew
(https://formulae.brew.sh/formula/openssl@1.1)
I manually changed the value to
homebrew_formula_name = "openssl@3"
Now the Prerequisite can be met.
```
Sorry, I didn't keep the build error.
```
コントリビューションガイド
調査の方向性
prerequisites.py の 265 行目から始め、OpenSSLPrerequisite とその Homebrew formula のチェックを調査します。formula が無効化されたシステムで prerequisite のチェックを再現し、その後、サポートされている OpenSSL formula で prerequisite を満たせることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100