summaryrefslogtreecommitdiff
path: root/python-freeipa/debian/control
blob: 068bf5dfde225f7a5a5898ff3fc821b6f3d0558e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: python-freeipa
Section: python
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
#               pybuild-plugin-pyproject,
               dh-python,
               python3-all-dev,
               python3-setuptools,
#               cython3
Rules-Requires-Root: no
Vcs-Git: https://bgstack15.ddns.net/cgit/python-freeipa/
Vcs-Browser: https://bgstack15.ddns.net/cgit/python-freeipa/
Standards-Version: 4.6.1
Homepage: https://github.com/waldur/python-freeipa/

Package: python3-freeipa
Architecture: any
Multi-Arch: allowed
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: lightweight FreeIPA client
 Python3-freeipa is a python client for FreeIPA. This is not part of the main
 FreeIPA package set; it not part of an IPA client server installation.
bgstack15