From a723865460d08f0399460872d4f4d1cb6c18e605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 19 Jun 2020 21:51:33 +0200 Subject: [PATCH] Remove Fedora 30 remnants --- README.md | 2 +- tests/mocktest.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d60cb69..78e806a 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/tests/mocktest.sh b/tests/mocktest.sh index a898d99..5062766 100755 --- a/tests/mocktest.sh +++ b/tests/mocktest.sh @@ -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