From 4d46a28424c0798caf3506f821c5954927aa3f7c Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sun, 17 Jul 2022 23:47:05 -0500 Subject: [PATCH] standardize spacing on req markers --- contrib/linux/requirements.txt | 4 ++-- fixed-requirements.txt | 2 +- requirements.txt | 4 ++-- st2actions/in-requirements.txt | 2 +- st2actions/requirements.txt | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contrib/linux/requirements.txt b/contrib/linux/requirements.txt index 6a344bba2f..d1864ccbb8 100644 --- a/contrib/linux/requirements.txt +++ b/contrib/linux/requirements.txt @@ -1,3 +1,3 @@ # used by file watcher sensor -pyinotify>=0.9.5,<=0.10; platform_system=="Linux" -logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched; platform_system=="Linux" +pyinotify>=0.9.5,<=0.10 ; platform_system=="Linux" +logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux" diff --git a/fixed-requirements.txt b/fixed-requirements.txt index eb3b9adf3e..ef087fd789 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -39,7 +39,7 @@ oslo.utils<5.0,>=4.0.0 paramiko==2.10.1 passlib==1.7.4 prompt-toolkit==1.0.15 -pyinotify==0.9.6; platform_system=="Linux" +pyinotify==0.9.6 ; platform_system=="Linux" pymongo==3.11.3 pyparsing<3 zstandard==0.15.2 diff --git a/requirements.txt b/requirements.txt index 460467ef4d..50e7cb7f01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ jsonpath-rw==1.4.0 jsonschema==2.6.0 kombu==5.0.2 lockfile==0.12.2 -logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched;platform_system=="Linux" +logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux" mock==4.0.3 mongoengine==0.23.0 networkx>=2.5.1,<2.6 @@ -45,7 +45,7 @@ prettytable==2.1.0 prompt-toolkit==1.0.15 psutil==5.8.0 pyOpenSSL<=21.0.0 -pyinotify==0.9.6; platform_system=="Linux" +pyinotify==0.9.6 ; platform_system=="Linux" pymongo==3.11.3 pyparsing<3 pyrabbit diff --git a/st2actions/in-requirements.txt b/st2actions/in-requirements.txt index d3ce119fde..14cda20b57 100644 --- a/st2actions/in-requirements.txt +++ b/st2actions/in-requirements.txt @@ -18,7 +18,7 @@ gitpython lockfile # needed by core "linux" pack - TODO: create virtualenv for linux pack on postinst pyinotify -logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched;platform_system=="Linux" +logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux" # required by pack_mgmt/setup_virtualenv.py#L135 virtualenv # needed by requests diff --git a/st2actions/requirements.txt b/st2actions/requirements.txt index 9a75044c1a..acd17a961e 100644 --- a/st2actions/requirements.txt +++ b/st2actions/requirements.txt @@ -13,10 +13,10 @@ gitpython==3.1.15 jinja2==2.11.3 kombu==5.0.2 lockfile==0.12.2 -logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched;platform_system=="Linux" +logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux" oslo.config>=1.12.1,<1.13 oslo.utils<5.0,>=4.0.0 -pyinotify==0.9.6; platform_system=="Linux" +pyinotify==0.9.6 ; platform_system=="Linux" pyparsing<3 python-dateutil==2.8.1 python-json-logger