AdaCore / e3-core

Core framework for developing portable automated build systems
27 stars 36 forks source link

Fix e3-pypi-closure #665

Closed leocardao closed 9 months ago

leocardao commented 9 months ago

When a package (such as ruamel) contained a dot in its name, the package retrieved by e3-pypi-closure might not be the one requested (for example when the version was set in the config file).

This patch is designed to prevent this.