spotfiresoftware / spotfire-python

Package for Building Python Extensions to Spotfire®
Other
18 stars 6 forks source link

Not possible to add Python package 'pandas_flavor' to a packages SPK #24

Closed bbassett-tibco closed 2 years ago

bbassett-tibco commented 2 years ago

Using the following requirements.txt file:

pingouin
pandas_flavor

Generating a packages SPK (using python -m spotfire.spk packages requirements.txt command) results in an SPK without the pandas_flavor package. During the command, the following output is observed:

Deleted files listed in RECORD for pandas_flavor-0.2.0.dist-info

Fix the scan_duplicate_packages method of the spotfire.spk._PackageBuilder class to be more precise about matching package files to remove.

Issue migrated from TIBCO Software Jira [PYSRV-444] created by bbassett