diff options
author | David Bremner <bremner@debian.org> | 2013-01-16 08:17:19 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-01-16 08:52:05 -0400 |
commit | 89a58f39d07f07483ceff350fb065f29654fae1c (patch) | |
tree | b3e26b3c9b827e176e1853dcd3110c4ab670c103 /debian/python-notmuch.install | |
parent | ae773ad6aa4a3c8c3b3bf1905f86b1b195875895 (diff) |
debian: add python 3 bindings
This patch is due to Jakub Wilk <jwilk@debian.org>.
It does add a build depend on python3 for people using the "make
debian-snapshot" target.
Diffstat (limited to 'debian/python-notmuch.install')
-rw-r--r-- | debian/python-notmuch.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/python-notmuch.install b/debian/python-notmuch.install index 607c0659..b2cc1360 100644 --- a/debian/python-notmuch.install +++ b/debian/python-notmuch.install @@ -1 +1 @@ -usr/lib/python* +usr/lib/python2* |