15
0
forked from pool/python-nox

Accepting request 738717 from home:jayvdb:branches:devel:languages:python

- Remove upper version specifiers preventing use with latest colorlog

colorlog bump approved upstream https://github.com/theacodes/nox/pull/257

But they will keep upper bounds pins so unfortunately the hack will likely be needed ongoing.

OBS-URL: https://build.opensuse.org/request/show/738717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-10-16 08:22:45 +00:00
committed by Git OBS Bridge
parent edbe296679
commit 2ff2729955
2 changed files with 7 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ Flexible test automation.
%prep
%setup -q -n nox-%{version}
# Remove upper pins on dependencies
sed -Ei 's/,? ?<=?[0-9][0-9.]*//' setup.py
%build
%python_build