Skip to content

Commit fc6cc2b

Browse files
committed
fix: fix python references
Signed-off-by: Kim Ebert <[email protected]>
1 parent 39d87e0 commit fc6cc2b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build-scripts/ubuntu-2204/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Automatically added from template:
44
if which py3compile >/dev/null 2>&1; then
5-
py3compile -O -p {package_name} /usr/local/lib/python3.8/dist-packages/
5+
py3compile -O -p {package_name} /usr/local/lib/python3.10/dist-packages/
66
fi
77

88
# End automatically added section

build-scripts/ubuntu-2204/postinst_node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GENERAL_CONFIG_DIR="/etc/indy"
66
GENERAL_DATA_DIR="/var/lib/indy"
77
GENERAL_LOG_DIR="/var/log/indy"
88

9-
INSTALL_DIR='/usr/local/lib/python3.8/dist-packages'
9+
INSTALL_DIR='/usr/local/lib/python3.10/dist-packages'
1010

1111
NOFILES_SOFT_LIMIT=65536
1212
NOFILES_HARD_LIMIT=131072

pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[pytest]
2-
asyncio_mode = auto
32
testpaths =
43
indy_common
54
indy_node

0 commit comments

Comments
 (0)