diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-29 14:29:15 +0300 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-29 14:29:15 +0300 |
| commit | 3015d1466b9ecdd94280a45bc464a791bdb90951 (patch) | |
| tree | 3d4d35269c1f5face4742cc757a5a3a7a4748b1d | |
| parent | 424a50000a78fff715de4417dba9b4498aeeee4c (diff) | |
| download | python3.5-3015d1466b9ecdd94280a45bc464a791bdb90951.tar.gz | |
libbluetooth-dev and libgpm2 are linux-only
| -rw-r--r-- | debian/control.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control.in b/debian/control.in index 778cd80..8aa646f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,10 +10,10 @@ Build-Depends: debhelper (>= 9), @bd_dpkgdev@ libgdbm-dev, libdb-dev, tk-dev, blt-dev (>= 2.4z), libssl-dev, libexpat1-dev, libmpdec-dev (>= 2.4), - libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], + libbluetooth-dev [linux-any], locales [!armel !avr32 !hppa !ia64 !mipsel], libsqlite3-dev, libffi-dev (>= 3.0.5) [!or1k !avr32], - libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], + libgpm2 [linux-any], mime-support, netbase, bzip2, time, python3@bd_qual@, net-tools, xvfb, xauth Build-Depends-Indep: python3-sphinx |
