[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#867433: python3-hkdf: missing dependencies



Package: python3-hkdf
Version: 0.0.3-1
Severity: serious
Tags: patch

Due to a cut'n'paste error there are no dependencies.

Fix:

--- debian/control.old	2017-07-06 16:14:08.000000000 +0000
+++ debian/control	2017-07-06 16:14:23.000000000 +0000
@@ -26,7 +26,7 @@
 
 Package: python3-hkdf
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
  This module implements the HMAC Key Derivation function, defined at
  http://tools.ietf.org/html/draft-krawczyk-hkdf-01


Reply to: