From a0f4ba57e753b613d6e11494b63c78aaf2df3a50 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Tue, 21 Nov 2023 10:47:07 +0100 Subject: [PATCH] Add manually the packages Current setuptools in BaseOS python3-setuptools-53.0.0-12 [1] does not contain the patch [2] which discovers automatically the packages, added since 61.0.0. We have to add them manually with this patch. [1] https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-setuptools-53.0.0-12.el9.noarch.rpm [2] https://github.com/pypa/setuptools/pull/2894 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 931608f..a7485ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,10 @@ classifiers = [options] python_requires = >= 3.7 +packages = + pymemcache + pymemcache.client + pymemcache.test [bdist_wheel] universal = true -- 2.41.0