oremanj / python-netfilterqueue

Python bindings for libnetfilter_queue
MIT License
248 stars 96 forks source link

Update README with `python-dev-is-python3` #92

Closed joao-vitor-souza closed 1 year ago

joao-vitor-souza commented 1 year ago

Trying installing python-dev raises Package 'python-dev' has no installation candidate error, because it's outdated. python-dev-is-python3 replaces it. I've tested installing netfilterqueue with poetry after that and it worked fine.

oremanj commented 1 year ago

I believe python3-dev also works and does so in a less roundabout way, so I'm going to make that edit instead. Thanks for the heads up!