From 2c44702724f25c8114e1a7318d45cd0f87a6c131 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Thu, 26 Mar 2020 17:15:13 +0200 Subject: [PATCH] Update pyScss to 1.3.7 pyScss v1.3.7 doesn't require any bindep to be installed so it's prefer to use it instead of adding bindep to all projects manually. Depends-On: https://review.opendev.org/715240 Change-Id: I336a3449c1ed8be3984da6366e9b45f8e4d3f5c0 --- bindep.txt | 2 -- lower-constraints.txt | 2 +- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bindep.txt b/bindep.txt index c25223fc92..da92738b2c 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,3 @@ -libpcre3-dev [platform:dpkg] -pcre-devel [platform:redhat] # selenium tests firefox [selenium] xvfb [selenium platform:dpkg] diff --git a/lower-constraints.txt b/lower-constraints.txt index 529a3b5b9c..95c1b98b59 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -89,7 +89,7 @@ pymongo==3.0.2 pyOpenSSL==17.1.0 pyparsing==2.1.0 pyperclip==1.5.27 -pyScss==1.3.6 +pyScss==1.3.7 python-cinderclient==5.0.0 python-dateutil==2.5.3 python-glanceclient==2.8.0 diff --git a/requirements.txt b/requirements.txt index c1be75f785..6e9ec3382d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ oslo.upgradecheck>=0.1.1 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 osprofiler>=2.3.0 # Apache-2.0 pymongo!=3.1,>=3.0.2 # Apache-2.0 -pyScss>=1.3.6 # MIT License +pyScss>=1.3.7 # MIT License python-cinderclient>=5.0.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 python-keystoneclient>=3.22.0 # Apache-2.0