Skip to content

Commit 757ad38

Browse files
try to build deb on 24.04
1 parent 53f3c4f commit 757ad38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/packing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ jobs:
408408
if: (github.event_name == 'push') ||
409409
(github.event_name == 'pull_request' &&
410410
github.event.pull_request.head.repo.full_name != github.repository)
411-
runs-on: ubuntu-22.04
411+
runs-on: ubuntu-24.04
412412

413413
strategy:
414414
fail-fast: false
@@ -424,6 +424,7 @@ jobs:
424424
run: |
425425
sudo apt update
426426
sudo apt install -y devscripts equivs
427+
sudo apt install python3-setuptools python3-stdeb dh-python
427428
428429
- name: Make changelog entry for non-release build
429430
if: startsWith(github.ref, 'refs/tags') != true
@@ -546,7 +547,6 @@ jobs:
546547
run: |
547548
apt install tree
548549
tree
549-
cat tarantool/version.py
550550
551551
- name: Run tests
552552
run: |

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Section: python
44
Priority: optional
55
# See https://github.com/astraw/stdeb/issues/175 for dependencies
66
Build-Depends: python3, python3-dev, python3-pip, python3-setuptools,
7-
python3-distutils, python3-wheel, python3-stdeb, dh-python,
7+
python3-wheel, python3-stdeb, dh-python,
88
debhelper (>= 10)
99
Standards-Version: 3.9.1
1010
Homepage: https://github.com/tarantool/tarantool-python

0 commit comments

Comments
 (0)