Commit 9e57c3dc74e2e8feeb2a18ec4b7ed7ed797796d5
1 parent
369b3e71
Exists in
master
Fixing "deb" builds.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
debian/control
... | ... | @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, python3-dev, |
6 | 6 | |
7 | 7 | Package: python-tn3270 |
8 | 8 | Architecture: any |
9 | +Recommends: pw3270-plugin-ipc | |
9 | 10 | Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270 |
10 | 11 | Description: PHP Extension Module implementing tn3270 protocol. |
11 | 12 | This is an extension for acessing 3270 hosts directly from python apps. | ... | ... |