We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f313d36 commit 474f60bCopy full SHA for 474f60b
default/scripts/formal.sh
@@ -19,6 +19,7 @@ rm -rf ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/python3.11/site-packages/bin
19
# mau
20
cd ${BUILD_DIR}/mau
21
python3_package_install
22
+python3_package_pth "formal"
23
24
# mcy
25
cd ${BUILD_DIR}/mcy
default/scripts/xdot.sh
@@ -5,6 +5,7 @@ wget https://files.pythonhosted.org/packages/ac/4a/f24ddf1d20cc4b56affc7921e2992
5
tar xvfz PyGObject-3.46.0.tar.gz
6
cd PyGObject-3.46.0
7
8
+python3_package_pth "xdot"
9
mv ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/python3.11/site-packages/bin ${OUTPUT_DIR}${INSTALL_PREFIX}
10
if [ ${ARCH_BASE} == 'linux' ]; then
11
cp -r /usr/lib/x86_64-linux-gnu/girepository-1.0 ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/.
0 commit comments