forked from pool/python-packaging
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:
parent
e1805b374c
commit
410e0b9b03
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user