Package: python3-pyperclip
Version: 1.5.27-2
Severity: serious
Tags: patch
Due to a cut'n'paste error the python3 dependency is missing.
Fix:
--- debian/control.old 2017-07-06 17:10:18.000000000 +0000
+++ debian/control 2017-07-06 17:10:29.000000000 +0000
@@ -20,7 +20,7 @@
Package: python3-pyperclip
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xclip | xsel |
python3-pyqt4
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, xclip | xsel
| python3-pyqt4
Description: Cross-platform clipboard module for Python3
This module is a cross-platform Python3 module for copy and paste clipboard
functions. Currently only handles plaintext.