[elbe-devel] [PATCH] debian: use python-pyme or python-gpg

Manuel Traut manut at linutronix.de
Thu Jun 29 12:55:31 CEST 2017


python-pyme is not in stretch. The same functionality is provided by
python-gpg. This defines an or dependency, that the package can be
installed on stretch and on older systems.

The python import is the same for both packages. So the python code
doesn't need to be modified.

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8d59ca23..609a8914 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Depends: ${misc:Depends},
   python-lxml,
   python-apt,
   python-gpgme,
-  python-pyme
+  python-pyme|python-gpg,
 Description: common files
  Common files for ELBE (embedded linux build environment). These
  python-modules are shared by several elbe subcommands.
-- 
2.13.2





More information about the elbe-devel mailing list