Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package chaining is broken #24

Open
abcdenis opened this issue Apr 28, 2022 · 0 comments
Open

package chaining is broken #24

abcdenis opened this issue Apr 28, 2022 · 0 comments

Comments

@abcdenis
Copy link

abcdenis commented Apr 28, 2022

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
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

No branches or pull requests

1 participant