Skip to content

Conversation

@stealthycoin
Copy link
Contributor

When packaging the dependencies only the first local package would be
included in the final bundle. This change adds support for any number
of local directory links to be treated as buildable dependencies. Tests
were also added for the case of 1 or 2 local directory links specified
in the requirements.txt.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

When packaging the dependencies only the first local package would be
included in the final bundle. This change adds support for any number
of local directory links to be treated as buildable dependencies. Tests
were also added for the case of 1 or 2 local directory links specified
in the requirements.txt.
Copy link
Contributor

@sanathkr sanathkr left a comment

Choose a reason for hiding this comment

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

Awesome! Thanks for doing this. I think some people reported this bug before.

@sanathkr
Copy link
Contributor

@thesriram can you review?

@sriram-mv sriram-mv self-requested a review February 15, 2019 22:33
Copy link
Contributor

@sriram-mv sriram-mv left a comment

Choose a reason for hiding this comment

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

💯

@sriram-mv sriram-mv merged commit 62f3532 into aws:develop Feb 15, 2019
jfuss pushed a commit that referenced this pull request Mar 7, 2019
* Fix local package installation (#72)

When packaging the dependencies only the first local package would be
included in the final bundle. This change adds support for any number
of local directory links to be treated as buildable dependencies. Tests
were also added for the case of 1 or 2 local directory links specified
in the requirements.txt.

* fix: Remove tests from .whl file (bdist_wheel) (#90)

* Add .NET Core builder support (#91)

* feat(maven): Support for Java Maven builder (#87)

* chore: version bump to 0.2.0 (#94)
jfuss pushed a commit to jfuss/aws-lambda-builders that referenced this pull request Mar 15, 2019
* Fix local package installation (aws#72)

When packaging the dependencies only the first local package would be
included in the final bundle. This change adds support for any number
of local directory links to be treated as buildable dependencies. Tests
were also added for the case of 1 or 2 local directory links specified
in the requirements.txt.

* fix: Remove tests from .whl file (bdist_wheel) (aws#90)

* Add .NET Core builder support (aws#91)

* feat(maven): Support for Java Maven builder (aws#87)

* chore: version bump to 0.2.0 (aws#94)
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.

3 participants