Codebase list matrix-synapse / 277574d1-8f55-454e-9b9f-ac57f2f6dd8a/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 14 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
1010 python3-all,
1111 python3-attr (>= 19.2.0~),
1212 python3-bcrypt,
13 python3-bleach (>= 1.4.2),
13 python3-bleach,
1414 python3-blist,
1515 python3-cryptography,
1616 python3-canonicaljson (>= 1.4.0),
1717 python3-daemonize,
18 python3-frozendict (>= 1),
18 python3-frozendict,
1919 python3-idna,
2020 python3-ijson (>= 3.0),
21 python3-jinja2 (>= 2.9),
21 python3-jinja2,
2222 python3-jsonschema (>= 3.0.0),
2323 python3-lxml,
2424 python3-mock,
25 python3-msgpack (>= 0.5.0),
26 python3-nacl (>= 1.2.1),
27 python3-netaddr (>= 0.7.18),
28 python3-openssl (>= 0.14),
25 python3-msgpack,
26 python3-nacl,
27 python3-netaddr,
28 python3-openssl,
2929 python3-phonenumbers,
3030 python3-pil,
3131 python3-prometheus-client,
3232 python3-psutil,
3333 python3-pyasn1,
34 python3-pymacaroons (>= 0.13.0),
35 python3-pysaml2 (>= 4.0.0),
34 python3-pymacaroons,
35 python3-pysaml2,
3636 python3-service-identity (>= 18.1.0),
37 python3-setuptools (>= 0.6b3),
37 python3-setuptools,
3838 python3-signedjson (>= 1.1.0),
3939 python3-sortedcontainers,
4040 python3-systemd,
41 python3-treq (>= 18),
41 python3-treq,
4242 python3-twisted (>= 18.9.0-8~),
4343 python3-typing-extensions (>= 3.7.4),
44 python3-unpaddedbase64 (>= 1.0.1),
44 python3-unpaddedbase64,
4545 python3-yaml
4646 Standards-Version: 4.5.0
4747 Homepage: https://matrix.org/docs/projects/server/synapse.html
5555 Depends:
5656 adduser,
5757 libjs-jquery,
58 lsb-base (>= 3.0-6),
58 lsb-base,
5959 libpython3-stdlib (<< 3.6.4~rc1-2~) | python3-distutils,
6060 python3-bleach,
6161 python3-jinja2,
6666 ${misc:Depends},
6767 ${python3:Depends},
6868 ${perl:Depends}
69 Breaks:
70 matrix-synapse-ldap3 (<< 0.1.3-2~)
7169 Suggests:
72 python3-jwt (>= 1.6.4),
70 python3-jwt,
7371 python3-authlib (>= 0.14.0),
7472 Recommends:
7573 python3-pympler,