File: control

package info (click to toggle)
python-adal 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,316 kB
  • sloc: xml: 12,790; python: 4,637; makefile: 14
file content (47 lines) | stat: -rw-r--r-- 1,828 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
Source: python-adal
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python-all,
               python-cryptography (>= 1.1.0),
               python-dateutil (>= 2.1.0),
               python-httpretty (>= 0.9),
               python-jwt (>= 1.0.0),
               python-mock,
               python-requests (>= 2.0.0),
               python-setuptools,
               python3-all,
               python3-cryptography (>= 1.1.0),
               python3-dateutil (>= 2.1.0),
               python3-httpretty (>= 0.9),
               python3-jwt (>= 1.0.0),
               python3-mock,
               python3-requests (>= 2.0.0),
               python3-setuptools
Standards-Version: 4.3.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-adal
Vcs-Git: https://salsa.debian.org/python-team/modules/python-adal.git
Homepage: https://pypi.python.org/pypi/adal/

Package: python-adal
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Azure Active Directory Authentication Library for Python 2.x
 The ADAL for Python library makes it easy for Python applications to
 authenticate to AAD in order to access AAD protected web resources.
 .
 This package contains the Python 2.x module.

Package: python3-adal
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Azure Active Directory Authentication Library for Python 3.x
 The ADAL for Python library makes it easy for Python applications to
 authenticate to AAD in order to access AAD protected web resources.
 .
 This package contains the Python 3.x module.