Skip to content

Commit

Permalink
Merge pull request packit#39 from jpopelka/dont-require-sqs
Browse files Browse the repository at this point in the history
Don't require sqs

We don't (and won't) need it and there's some strange behavior when building this on F34.

Reviewed-by: Tomas Tomecek <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 11, 2021
2 parents 9d3a596 + a5663ff commit a303a95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions files/install-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
- python3-celery
- python3-redis
- redis # redis-cli
- python3-boto3 # AWS SDK
- python3-pycurl # ^
- python3-click
- git # setuptools-scm
- python3-setuptools_scm
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setup_requires =
setuptools_scm_git_archive

install_requires =
celery[redis,sqs]
celery[redis]
click
paho-mqtt

Expand Down

0 comments on commit a303a95

Please sign in to comment.