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

textproc/py-towncrier23: fix to build with py-incremental 24.7.2 #307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pbruenn
Copy link

@pbruenn pbruenn commented Oct 5, 2024

Recently, our build for textproc/py-towncrier23 was broken and failed with:
===> Building for py311-towncrier23-23.11.0
* Getting build dependencies for wheel...

ERROR Missing dependencies:
        incremental
        setuptools>=61.0
*** Error code 1

Stop.

Commit 0472a23 updated devel/py-incremental and we saw devel/py-twisted/Makefile was patched in commit 020ab85. That changes seem to fix our py-towncrier build, too.

Recently, our build for textproc/py-towncrier23 was broken and failed with:
    ===>  Building for py311-towncrier23-23.11.0
    * Getting build dependencies for wheel...

    ERROR Missing dependencies:
            incremental
            setuptools>=61.0
    *** Error code 1

    Stop.

Commit 0472a23 updated
devel/py-incremental and we saw devel/py-twisted/Makefile was patched in
commit 020ab85. That changes seem to
fix our py-towncrier build, too.

Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
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

Successfully merging this pull request may close these issues.

1 participant