diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55c9ec2..6bf43af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install dependencies - run: sudo apt-get install debhelper + run: sudo apt-get install debhelper python3 python3-distutils-extra - name: Build Debian package run: dpkg-buildpackage -b -us -uc diff --git a/debian/control b/debian/control index 8b5c579..49a8a44 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: omr-vps-admin Section: net Priority: optional Maintainer: OpenMPTCProuter -Build-Depends: +Build-Depends: debhelper (>= 10), python3, python3-distutils-extra X-Python-Version: >= 3.2 Standards-Version: 0.0.1 Homepage: https://github.com/ysurac/openmptcprouter-vps-admin