Remove Fedora 30 remnants
This commit is contained in:
parent
ed5dd772f3
commit
a723865460
@ -1,7 +1,7 @@
|
||||
pyproject RPM macros
|
||||
====================
|
||||
|
||||
This is a provisional implementation of pyproject RPM macros for Fedora 30+.
|
||||
This is a provisional implementation of pyproject RPM macros for Fedora.
|
||||
|
||||
These macros are useful for packaging Python projects that use the [PEP 517] `pyproject.toml` file, which specifies the package's build dependencies (including the build system, such as setuptools, flit or poetry).
|
||||
|
||||
|
@ -2,12 +2,6 @@
|
||||
. /etc/os-release
|
||||
fedora=$VERSION_ID
|
||||
|
||||
# we don't have dynamic BuildRequires on Fedora 30
|
||||
# so we at least test that we can build in a Fedora 31 mock
|
||||
if [ $fedora -lt 31 ]; then
|
||||
fedora=31
|
||||
fi
|
||||
|
||||
config="/tmp/fedora-${fedora}-x86_64-ci.cfg"
|
||||
|
||||
# create mock config if not present
|
||||
|
Loading…
Reference in New Issue
Block a user