Rebuild with python 3.14

This commit is contained in:
2026-05-06 12:05:53 +03:00
parent e811db8626
commit 52871f432a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ package() {
python3 setup.py install --root="$BPM_OUTPUT" --prefix=/usr
# Install package license
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/python-setuptools/LICENSE
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/python-setuptools/LICENSE
}