From 410e0b9b03047f8239eafd655202e47f745233f347ab01d15e034e190ee2079e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 21 Aug 2019 09:25:26 +0000 Subject: [PATCH] Accepting request 724985 from home:dancermak:branches:devel:languages:python Drop attrs dependency from packaging.egg-info/requires.txt OBS-URL: https://build.opensuse.org/request/show/724985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=31 --- python-packaging.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-packaging.spec b/python-packaging.spec index 46d3c68..dbd0066 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -69,6 +69,9 @@ Core utilities for Python packages # sdist must provide a packaging.egg-info, used below in install phase test -d packaging.egg-info +# FIXME: drop this on the next release after 19.1 +sed -i '/^attrs/d' packaging.egg-info/requires.txt + %build %python_build