File: control

package info (click to toggle)
python-etcd 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 3,043; sh: 14; makefile: 6
file content (54 lines) | stat: -rw-r--r-- 1,446 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: python-etcd
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Homepage: https://github.com/jplana/python-etcd
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 python-all,
 python-dnspython <!nocheck>,
 python-mock <!nocheck>,
 python-nose <!nocheck>,
 python-openssl <!nocheck>,
 python-setuptools,
 python-unittest2,
 python-urllib3 <!nocheck>,
 python3-all,
 python3-dnspython <!nocheck>,
 python3-mock <!nocheck>,
 python3-nose <!nocheck>,
 python3-openssl <!nocheck>,
 python3-setuptools,
 python3-urllib3 <!nocheck>,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/modules/python-etcd.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-etcd

Package: python-etcd
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Suggests:
 etcd,
Description: Python Etcd client library
 Client library for accessing and manipulating etcd contents.
 .
 This package contains the module built for Python version 2.x.

Package: python3-etcd
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 etcd,
Description: Python Etcd client library - Python3 module
 Client library for accessing and manipulating etcd contents.
 .
 This package contains the module built for Python version 3.x.