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
This commit is contained in:
Tomáš Chvátal 2019-08-21 09:25:26 +00:00 committed by Git OBS Bridge
parent e1805b374c
commit 410e0b9b03

View File

@ -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