From 2b981f6b6835631f948102ac2cbd8bdf8b3929ce Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 23 Sep 2023 16:20:28 +0200 Subject: [PATCH] Added python-croniter dependency to Fedora. Plus, some clean up of the variables on .drone.yaml. --- .drone.yml | 11 ++++------- platypush/install/requirements/fedora.txt | 1 + 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 09c938fff..588fee1a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -273,10 +273,9 @@ steps: environment: DEB_VERSION: stable WORKDIR: /tmp/workdir - STABLE_PKG_NAME: platypush PKG_NAME: platypush S3_URL: s3://platypush-pkg/apt - AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud + AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud AWS_DEFAULT_REGION: nl-ams AWS_ACCESS_KEY_ID: from_secret: aws_access_key_id @@ -368,10 +367,9 @@ steps: environment: DEB_VERSION: oldstable WORKDIR: /tmp/workdir - STABLE_PKG_NAME: platypush PKG_NAME: platypush S3_URL: s3://platypush-pkg/apt - AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud + AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud AWS_DEFAULT_REGION: nl-ams AWS_ACCESS_KEY_ID: from_secret: aws_access_key_id @@ -464,7 +462,7 @@ steps: environment: S3_BUCKET: platypush-pkg BUCKET_MNT: /mnt/s3 - AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud + AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud AWS_DEFAULT_REGION: nl-ams AWS_ACCESS_KEY_ID: from_secret: aws_access_key_id @@ -614,10 +612,10 @@ steps: - master event: - push - - tag depends_on: - update-arch-packages + - update-rpm-repo - update-apt-repo commands: @@ -639,7 +637,6 @@ steps: depends_on: - update-pip-package - - wait-pkg-update commands: - apk add --update --no-cache curl diff --git a/platypush/install/requirements/fedora.txt b/platypush/install/requirements/fedora.txt index 2b364815a..56b142597 100644 --- a/platypush/install/requirements/fedora.txt +++ b/platypush/install/requirements/fedora.txt @@ -2,6 +2,7 @@ python python-pip python-alembic python-bcrypt +python-croniter python-dateutil python-docutils python-flask