From dc86f5609b6d67c81b27c374a15ff2da30ac3184 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 25 Nov 2024 23:03:46 -0500 Subject: [PATCH] Remove some RPATH cruft - Our desire to remove this outweighs our fear of breaking something --- python-zmq.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index d5daa20..dedff70 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -8,7 +8,6 @@ URL: https://zeromq.org/languages/python/ Source0: %{pypi_source pyzmq} BuildRequires: gcc -BuildRequires: chrpath BuildRequires: zeromq-devel @@ -81,7 +80,6 @@ find zmq -type f -name '*.py' \ %install -%global RPATH /zmq/{backend/cython,devices} %py3_install