Skip to content

Conversation

@RafaelWO
Copy link
Contributor

This PR updates the documentation regarding the build prerequisites. Specifically, it separates build requirements from the ones needed for testing (for Debian).

I tested the build requirements with the following Dockerfile and it works.

FROM python:3.11

RUN apt-get update \
    && apt-get install -y build-essential ldap-utils \
    libldap2-dev libsasl2-dev \
    && rm -rf /var/lib/apt/lists/*
RUN pip install python-ldap==3.4.3

Copy link
Contributor

@droideck droideck left a comment

Choose a reason for hiding this comment

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

LGTM

@RafaelWO
Copy link
Contributor Author

@droideck Any idea why the checks are still pending ("Waiting for status to be reported")?

@droideck
Copy link
Contributor

@droideck Any idea why the checks are still pending ("Waiting for status to be reported")?

I think it could be because the PR is relatively old. Could you please rebase onto the main branch?

Separate building and testing requirements for Debian
@RafaelWO RafaelWO force-pushed the documentation/build-requirements branch from a77f8e4 to 940f648 Compare February 27, 2024 14:31
@RafaelWO
Copy link
Contributor Author

Could you please rebase onto the main branch?

Done! ✔️

@droideck droideck merged commit 06fdd3d into python-ldap:main Feb 27, 2024
droideck pushed a commit to droideck/python-ldap that referenced this pull request Oct 7, 2025
Separate building and testing requirements for Debian
droideck pushed a commit that referenced this pull request Oct 10, 2025
Separate building and testing requirements for Debian
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.

2 participants