Skip to content

Commit 474f60b

Browse files
committed
Fix pth files
1 parent f313d36 commit 474f60b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

default/scripts/formal.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ rm -rf ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/python3.11/site-packages/bin
1919
# mau
2020
cd ${BUILD_DIR}/mau
2121
python3_package_install
22+
python3_package_pth "formal"
2223

2324
# mcy
2425
cd ${BUILD_DIR}/mcy

default/scripts/xdot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ wget https://files.pythonhosted.org/packages/ac/4a/f24ddf1d20cc4b56affc7921e2992
55
tar xvfz PyGObject-3.46.0.tar.gz
66
cd PyGObject-3.46.0
77
python3_package_install
8+
python3_package_pth "xdot"
89
mv ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/python3.11/site-packages/bin ${OUTPUT_DIR}${INSTALL_PREFIX}
910
if [ ${ARCH_BASE} == 'linux' ]; then
1011
cp -r /usr/lib/x86_64-linux-gnu/girepository-1.0 ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/.

0 commit comments

Comments
 (0)