mirror of
git://soft.sys114.com/moonraker
synced 2025-12-19 00:18:42 +09:00
33 lines
608 B
Plaintext
33 lines
608 B
Plaintext
Source: moonraker
|
|
Section: python
|
|
Priority: extra
|
|
Maintainer: Eric Callahan <arksine.code@gmail.com>
|
|
Build-Depends: debhelper (>=9),
|
|
dh-virtualenv (>= 1.0),
|
|
python3,
|
|
python3-dev,
|
|
python3-pip,
|
|
libffi-dev
|
|
Standards-Version: 3.9.5
|
|
X-Pythone-Version: >= 3.7
|
|
|
|
Package: moonraker
|
|
Architecture: any
|
|
Pre-Depends: dpkg (>= 1.16), ${misc:Depends}
|
|
Depends: ${python3:Depends},
|
|
virtualenv,
|
|
python3-dev,
|
|
libopenjp2-7,
|
|
python3-libgpiod,
|
|
curl,
|
|
libcurl4-openssl-dev,
|
|
libssl-dev,
|
|
liblmdb-dev,
|
|
libsodium-dev,
|
|
zlib1g-dev,
|
|
libjpeg-dev,
|
|
packagekit,
|
|
wireless-tools,
|
|
Description: Web API Server for Klipper
|
|
...
|