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

Use setuptools.command.build.build instead of deprecated distutils #122

Merged
merged 1 commit into from Aug 31, 2022

Conversation

altendky
Copy link
Contributor

        /private/var/folders/k6/yt391w5n017djpb0378ncm3c0000gn/T/pip-build-env-n4anwt9p/overlay/lib/python3.11/site-packages/setuptools/command/build.py:22: SetuptoolsDeprecationWarning:
                    It seems that you are using `distutils.command.build` to add
                    new subcommands. Using `distutils` directly is considered deprecated,
                    please use `setuptools.command.build`.

```
        /private/var/folders/k6/yt391w5n017djpb0378ncm3c0000gn/T/pip-build-env-n4anwt9p/overlay/lib/python3.11/site-packages/setuptools/command/build.py:22: SetuptoolsDeprecationWarning:
                    It seems that you are using `distutils.command.build` to add
                    new subcommands. Using `distutils` directly is considered deprecated,
                    please use `setuptools.command.build`.
```
@altendky altendky marked this pull request as ready for review June 24, 2022 20:48
@github-actions
Copy link

'This PR has been flagged as stale due to no activity for over 60
days. It will not be automatically closed, but it has been given
a stale-pr label and should be manually reviewed.'

Copy link
Contributor

@wjblanke wjblanke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aok

@wallentx wallentx merged commit f9a1570 into main Aug 31, 2022
@wallentx wallentx deleted the setuptools_command_build_build branch August 31, 2022 19:47
mattxlee pushed a commit to mattxlee/chiavdf that referenced this pull request Sep 14, 2022
…hia-Network#122)

```
        /private/var/folders/k6/yt391w5n017djpb0378ncm3c0000gn/T/pip-build-env-n4anwt9p/overlay/lib/python3.11/site-packages/setuptools/command/build.py:22: SetuptoolsDeprecationWarning:
                    It seems that you are using `distutils.command.build` to add
                    new subcommands. Using `distutils` directly is considered deprecated,
                    please use `setuptools.command.build`.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants