summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-11-08 19:40:18 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-11-08 19:40:18 +0200
commit7a633c92f04d7a135459ad07700e0307900c549e (patch)
tree1122749e7aaa1931666442ee09f3739d1d7fd22e
parent44193907eb308930de05deed863fb4d157c5c866 (diff)
downloadwheel-git-7a633c92f04d7a135459ad07700e0307900c549e.tar.gz
Removed setup_requires
Fixes #487.
-rw-r--r--docs/news.rst5
-rw-r--r--setup.cfg1
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/news.rst b/docs/news.rst
index 8ef3bc5..01f20b6 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 b4a7b14..01ccda3 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]