From c0eb9d7f87be3d0f6d3e714e9d9b7f9c0ed28c23dc7cd2006f11abbe7fa3fee7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 May 2025 08:52:56 +0000 Subject: [PATCH] - fix build for older setuptools also for devel subpackage OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=42 --- python-zope.proxy.changes | 5 +++++ python-zope.proxy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index 78854f6..e7bd2fa 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 15 08:52:39 UTC 2025 - Dirk Müller + +- fix build for older setuptools also for devel subpackage + ------------------------------------------------------------------- Tue Apr 1 16:05:54 UTC 2025 - Markéta Machová diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index 76ac484..7ca5e9c 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -95,8 +95,8 @@ rm -rf zope.proxy.egg-info %{python_sitearch}/zope[_.]proxy-%{version}.dist-info %files %{python_files devel} -%dir %{python_sysconfig_path include}/zope_proxy -%{python_sysconfig_path include}/zope_proxy/* +%dir %{python_sysconfig_path include}/zope[_.]proxy +%{python_sysconfig_path include}/zope[_.]proxy/* %{python_sitearch}/zope/proxy/proxy.h %endif