mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 15:37:13 +00:00
Drop the automatic /usr/bin/python3 rpmbuild dependency
We ship 4 *tiny* python scripts that are useful for ODMs and other people working with low level firmware blobs. These helper utilities do not warrant dragging Python onto the CoreOS image.
This commit is contained in:
parent
a11eab61e1
commit
2ba1a853a4
@ -6,6 +6,10 @@
|
||||
%global systemd_version 231
|
||||
%global json_glib_version 1.1.1
|
||||
|
||||
# although we ship a few tiny python files these are utilities that 99.99%
|
||||
# of users do not need -- use this to avoid dragging python onto CoreOS
|
||||
%global __requires_exclude ^%{python3}$
|
||||
|
||||
%define alphatag #ALPHATAG#
|
||||
|
||||
%global enable_ci 0
|
||||
|
Loading…
Reference in New Issue
Block a user