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

Populate asyncpg/pgproto directory in source tarball #1012

Closed
OTLabs opened this issue Mar 10, 2023 · 1 comment
Closed

Populate asyncpg/pgproto directory in source tarball #1012

OTLabs opened this issue Mar 10, 2023 · 1 comment

Comments

@OTLabs
Copy link

OTLabs commented Mar 10, 2023

I am building the py3-asyncpg package for Alpine Linux and receive following error:

File "/usr/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 816, in create_extension_list
    for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
  File "/usr/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 114, in nonempty
    raise ValueError(error_msg)
ValueError: 'asyncpg/pgproto/pgproto.pyx' doesn't match any files

I assume it is due to the fact the asyncpg/pgproto directory is not populated in published source tarball.

Would it be possible to populate mentioned directory? Or do you have any plans to release py-pgproto as a standalone package?

@elprans
Copy link
Member

elprans commented Aug 15, 2023

Fixed in #1045.

@elprans elprans closed this as completed Aug 15, 2023
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

2 participants