From 7a633c92f04d7a135459ad07700e0307900c549e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 8 Nov 2022 19:40:18 +0200 Subject: [PATCH] Removed setup_requires Fixes #487. --- docs/news.rst | 5 +++++ setup.cfg | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 8ef3bc5c..01f20b69 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,11 @@ Release Notes ============= +**0.38.3 (2022-11-08)** + +- Fixed install failure when used with ``--no-binary``, reported on Ubuntu 20.04, by + removing ``setup_requires`` from ``setup.cfg`` + **0.38.2 (2022-11-05)** - Fixed regression introduced in v0.38.1 which broke parsing of wheel file names with diff --git a/setup.cfg b/setup.cfg index b4a7b147..01ccda33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,6 @@ package_dir= = src packages = find: python_requires = >=3.7 -setup_requires = setuptools >= 45.2.0 zip_safe = False [options.packages.find]