Skip to content

Fix missing keystroke in requirements #5247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2022
Merged

Fix missing keystroke in requirements #5247

merged 1 commit into from
May 27, 2022

Conversation

Blucknote
Copy link
Contributor

Description

ERROR: Invalid requirement: 'six=1.16.0'
Hint: = is not a valid operator. Did you mean == ?

Related issue and scope

  • I opened an issue to propose and discuss this change (#????)

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

ERROR: Invalid requirement: 'six=1.16.0'
Hint: = is not a valid operator. Did you mean == ?
Copy link
Member

@style95 style95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution.

@jiangpengcheng jiangpengcheng merged commit f71c41c into apache:master May 27, 2022
@rabbah
Copy link
Member

rabbah commented May 30, 2022

Thanks for the fix!

@Blucknote Blucknote deleted the patch-1 branch June 1, 2022 11:44
@Blucknote
Copy link
Contributor Author

Thanks for quick response.

JesseStutler pushed a commit to JesseStutler/openwhisk that referenced this pull request Jul 13, 2022
ERROR: Invalid requirement: 'six=1.16.0'
Hint: = is not a valid operator. Did you mean == ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants