Codebase list matrix-synapse / c10bc455-2ab0-47bb-80c7-dc9fb0531134/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on python3-bleach, python3-frozendict, python3-jinja2, python3-msgpack, python3-nacl, python3-netaddr, python3-openssl, python3-pymacaroons, python3-pysaml2, python3-setuptools, python3-treq and python3-unpaddedbase64. * matrix-synapse: Drop versioned constraint on lsb-base in Depends. * matrix-synapse: Drop versioned constraint on python3-jwt in Suggests. * matrix-synapse: Drop versioned constraint on matrix-synapse-ldap3 in Breaks. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
1 changed file(s) with 17 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
22 Uploaders: Andrej Shadura <andrewsh@debian.org>
33 Section: net
44 Priority: optional
5 Build-Depends:
5 Build-Depends:
66 debhelper-compat (= 12),
77 dh-python,
88 libjs-jquery,
1010 python3-all,
1111 python3-attr (>= 19.2.0~),
1212 python3-bcrypt,
13 python3-bleach (>= 1.4.2),
13 python3-bleach,
1414 python3-cryptography,
1515 python3-canonicaljson (>= 1.4.0),
1616 python3-daemonize,
17 python3-frozendict (>= 1),
17 python3-frozendict,
1818 python3-idna,
1919 python3-ijson (>= 3.0),
20 python3-jinja2 (>= 2.9),
20 python3-jinja2,
2121 python3-jsonschema (>= 3.0.0),
2222 python3-lxml,
2323 python3-mock,
24 python3-msgpack (>= 0.5.0),
25 python3-nacl (>= 1.2.1),
26 python3-netaddr (>= 0.7.18),
27 python3-openssl (>= 0.14),
24 python3-msgpack,
25 python3-nacl,
26 python3-netaddr,
27 python3-openssl,
2828 python3-phonenumbers,
2929 python3-pil,
3030 python3-prometheus-client,
3131 python3-psutil,
3232 python3-pyasn1,
33 python3-pymacaroons (>= 0.13.0),
34 python3-pysaml2 (>= 4.0.0),
33 python3-pymacaroons,
34 python3-pysaml2,
3535 python3-service-identity (>= 18.1.0),
36 python3-setuptools (>= 0.6b3),
36 python3-setuptools,
3737 python3-signedjson (>= 1.1.0),
3838 python3-sortedcontainers,
3939 python3-systemd,
40 python3-treq (>= 18),
40 python3-treq,
4141 python3-twisted (>= 18.9.0-8~),
4242 python3-typing-extensions (>= 3.7.4),
43 python3-unpaddedbase64 (>= 1.0.1),
43 python3-unpaddedbase64,
4444 python3-yaml
4545 Standards-Version: 4.5.0
4646 Homepage: https://matrix.org/docs/projects/server/synapse.html
5151 Architecture: all
5252 Pre-Depends:
5353 ${misc:Pre-Depends}
54 Depends:
54 Depends:
5555 adduser,
5656 libjs-jquery,
57 lsb-base (>= 3.0-6),
57 lsb-base,
5858 libpython3-stdlib (<< 3.6.4~rc1-2~) | python3-distutils,
5959 python3-bleach,
6060 python3-jinja2,
6565 ${misc:Depends},
6666 ${python3:Depends},
6767 ${perl:Depends}
68 Breaks:
69 matrix-synapse-ldap3 (<< 0.1.3-2~)
70 Suggests:
71 python3-jwt (>= 1.6.4),
68 Suggests:
69 python3-jwt,
7270 python3-authlib (>= 0.14.0),
7371 Recommends:
7472 python3-pympler,