Remove Fedora 30 remnants

This commit is contained in:
Miro Hrončok 2020-06-19 21:51:33 +02:00 committed by churchyard
parent ed5dd772f3
commit a723865460
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pyproject RPM macros 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). 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).

View File

@ -2,12 +2,6 @@
. /etc/os-release . /etc/os-release
fedora=$VERSION_ID 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" config="/tmp/fedora-${fedora}-x86_64-ci.cfg"
# create mock config if not present # create mock config if not present