mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-02-12 10:31:52 +00:00
Update dependencies
This commit is contained in:
parent
4ba8d8d2b3
commit
681c6f0844
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: omr-vps-admin
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: OpenMPTCProuter <contact@openmptcprouter.com>
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue