Skip to content

package chaining is broken #24

@abcdenis

Description

@abcdenis

Hi,
what I did:

  • make library_aaa with setuptools-git-version (version_format='{tag}.dev{commitcount}+{gitsha}' etc)
  • build it & upload to my local PIP
  • it works fine with some service
  • make library_bbb with setuptools-git-version with section:
install_requires=[
        'library_aaa==0.0.7'
    ],
  • upon installing requirements for service that requires library_bbb, pip module downloads library_aaa into temporary directory and tries to make a wheel from it - runs setup.py which failed because temporary directory does not contain .git folder.
fatal: not a git repository (or any of the parent directories): .git

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions