File: README.packagers

package info (click to toggle)
foolscap 24.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,444 kB
  • sloc: python: 21,994; sh: 58; makefile: 52
file content (13 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Notes to Packagers:

Foolscap depends on PyOpenSSL. All packaged versions should include a
dependency on whatever package your distribution uses to provide PyOpenSSL
("python-openssl" on Debian). That way, other programs can depend upon
"python-foolscap" and get full support for secure connections. To silence a
warning that Twisted emits otherwise, the foolscap package should also depend
upon some packaging of the "service_identity" module.

Python programs (using distutils/setuptools/distribute metadata) that want to
declare their dependency on Foolscap can do so with
install_requires=["foolscap"], which will ensure that PyOpenSSL also gets
installed.