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