Skip to content

Conversation

eigendude
Copy link

Description

When updating my Pendulum recipe for my OpenEmbedded-based system, an invalid character in the email address caused setuptools to throw an error. The character can simply be removed.

How has this been tested?

Before:

The following error occurs during build time when installing Pendulum with setuptools:

| ValueError: Invalid addr_spec; only 'sebastien@eustace.io' could be parsed from 'sebastien@eustace.io>'

After:

import pendulum succeeds in the installed system.

Pull Request Check List

  • Added tests for changed code.
  • Updated documentation for changed code.

Causes the following error when installing Pendulum with setuptools:

  | ValueError: Invalid addr_spec; only 'sebastien@eustace.io' could be parsed from 'sebastien@eustace.io>'
@eigendude
Copy link
Author

Sorry, duplicate of #813.

@eigendude eigendude closed this May 20, 2024
@eigendude eigendude deleted the fix-email branch May 20, 2024 20:12
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.

1 participant