summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2017-02-08 08:10:02 +0100
committerAndrew Shadura <andrewsh@debian.org>2017-02-08 08:10:02 +0100
commitf4122fb7fc845688a2dfd0cdfff7739603a68349 (patch)
treecae930b033431fa9f8aff366ddc692eecfe7efbf /debian
parent44f5a8d381912d3aab45b0d252d679d174a8cc2a (diff)
Add Provides: to the Python 2 package.
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index d54974b..fedea8a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Architecture: all
Depends:
${misc:Depends},
${python:Depends}
+Provides: ${python:Provides}
Description: unpadded Base64 implementation in Python
A module to encode and decode Base64 without "=" padding.
.