mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
This commit removes the dependency on the __future__ module, which was used to enable Python 3 features in Python 2 code. With support for Python 2 being dropped, it is no longer necessary to maintain backward compatibility. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
20 lines
331 B
Plaintext
20 lines
331 B
Plaintext
# Required packages for development in Debian
|
|
build-essential
|
|
libprotobuf-dev
|
|
libprotobuf-c-dev
|
|
protobuf-c-compiler
|
|
protobuf-compiler
|
|
python3-protobuf
|
|
libnet-dev
|
|
|
|
# Extra packages, required for testing and building other tools
|
|
pkg-config
|
|
libnl-3-dev
|
|
libbsd0
|
|
libbsd-dev
|
|
iproute2
|
|
libcap-dev
|
|
libaio-dev
|
|
python3-yaml
|
|
libnl-route-3-dev
|