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>
31 lines
750 B
YAML
31 lines
750 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- "protobuf-c-compiler"
|
|
- "libprotobuf-c-dev"
|
|
- "libprotobuf-dev"
|
|
- "build-essential"
|
|
- "libprotobuf-dev"
|
|
- "libprotobuf-c-dev"
|
|
- "protobuf-c-compiler"
|
|
- "protobuf-compiler"
|
|
- "python3-protobuf"
|
|
- "libnet-dev"
|
|
- "pkg-config"
|
|
- "libnl-3-dev"
|
|
- "libbsd0"
|
|
- "libbsd-dev"
|
|
- "iproute2"
|
|
- "libcap-dev"
|
|
- "libaio-dev"
|
|
- "libbsd-dev"
|
|
- "python3-yaml"
|
|
- "libnl-route-3-dev"
|
|
- "gnutls-dev"
|
|
configure:
|
|
command:
|
|
- "ls -laR images/google"
|
|
- "ln -s /usr/include/google/protobuf/descriptor.proto images/google/protobuf/descriptor.proto"
|
|
- "ls -laR images/google"
|