forked from home-assistant/python-openzwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
executable file
·34 lines (30 loc) · 1.11 KB
/
control
File metadata and controls
executable file
·34 lines (30 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: python-openzwave
Section: python
Priority: optional
Maintainer: Sébastien GALLET <sgallet@gmail.com>
Build-Depends: debhelper (>= 9), dh-python,
python-all (>=2.6.6-3~), python-setuptools, python-pip,
python3-all (>=3.2), python3-setuptools, python3-pip,
cython, cython3, build-essential,
python-docutils, python-sphinx,
libopenzwave1.4-dev | libopenzwave1.3-dev
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
XS-Python-Version: >= 2.7
XS-Python3-Version: >= 3.2
Homepage: https://github.com/OpenZWave/python-openzwave
Package: python-openzwave
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}
Description: python-openzwave is a python wrapper for the openzwave project.
The wrapper allows you to control a z-wave network from python.
.
This package installs the library for Python 2.
Package: python3-openzwave
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
Description: python-openzwave is a python wrapper for the openzwave project.
The wrapper allows you to control a z-wave network from python.
.
This package installs the library for Python 3.