From 6c5c406370c26034814523bd685bb75f40c86dd7 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Wed, 2 Sep 2020 23:13:36 +0200 Subject: [PATCH] Remove rpi-eeprom-images from dependencies rpi-eeprom-images is a transitional dummy package since v7.2 which pulls in rpi-eeprom >=7.2 as dependency only. It can be hence removed from rpi-eeprom dependencies. Signed-off-by: MichaIng --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0f51c86..5721fea 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Vcs-Git: https://github.com/raspberrypi/rpi-eeprom.git Package: rpi-eeprom Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin, - python3, binutils, raspberrypi-bootloader (>= 1.20190819), pciutils +Depends: ${shlibs:Depends}, ${misc:Depends}, libraspberrypi-bin, python3, + binutils, raspberrypi-bootloader (>= 1.20190819), pciutils Breaks: rpi-eeprom-images (<<7.2) Replaces: rpi-eeprom-images (<<7.2) Recommends: flashrom