Skip to content

package chaining is broken #24

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions