[Python-modules-team] Bug#867418: python3-arpy: missing python3 dependency
Adrian Bunk
bunk at debian.org
Thu Jul 6 15:18:25 UTC 2017
Package: python3-arpy
Version: 1.1.1-2
Severity: serious
Tags: patch
Due to a cut'n'paste error the python3 dependency is missing.
Fix:
--- debian/control.old 2017-07-06 15:16:11.000000000 +0000
+++ debian/control 2017-07-06 15:16:20.000000000 +0000
@@ -28,7 +28,7 @@
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
Provides: ${python:Provides}
Description: library for accessing "ar" archives
arpy is a library for accessing the archive files and reading the
More information about the Python-modules-team
mailing list