mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 06:13:33 +08:00
Support python3 in the debian package
This commit is contained in:
4
debian/control
vendored
4
debian/control
vendored
@@ -2,7 +2,7 @@ Source: rpi-eeprom
|
|||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Serge Schneider <serge@raspberrypi.org>
|
Maintainer: Serge Schneider <serge@raspberrypi.org>
|
||||||
Build-Depends: debhelper (>= 11), help2man, python-minimal
|
Build-Depends: debhelper (>= 11), help2man, python-minimal | python3-minimal
|
||||||
Standards-Version: 4.1.3
|
Standards-Version: 4.1.3
|
||||||
Homepage: https://github.com/raspberrypi/rpi-eeprom/
|
Homepage: https://github.com/raspberrypi/rpi-eeprom/
|
||||||
Vcs-Browser: https://github.com/raspberrypi/rpi-eeprom/
|
Vcs-Browser: https://github.com/raspberrypi/rpi-eeprom/
|
||||||
@@ -11,7 +11,7 @@ Vcs-Git: https://github.com/raspberrypi/rpi-eeprom.git
|
|||||||
Package: rpi-eeprom
|
Package: rpi-eeprom
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin,
|
||||||
python, binutils, raspberrypi-bootloader (>= 1.20190819), pciutils
|
python | python3, binutils, raspberrypi-bootloader (>= 1.20190819), pciutils
|
||||||
Breaks: rpi-eeprom-images (<<7.2)
|
Breaks: rpi-eeprom-images (<<7.2)
|
||||||
Replaces: rpi-eeprom-images (<<7.2)
|
Replaces: rpi-eeprom-images (<<7.2)
|
||||||
Recommends: flashrom
|
Recommends: flashrom
|
||||||
|
|||||||
Reference in New Issue
Block a user