diff options
author | Ole Troan <ot@cisco.com> | 2021-05-04 12:45:57 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-07-12 10:41:10 +0000 |
commit | 041372b79b843b54dfad048dda237e64d1a5f127 (patch) | |
tree | 63a4287f21ebfd0f5b3fde8e882b1c2a33464f46 /test/requirements-3.txt | |
parent | 0046e97eb94cbcf278be2c892e4b686da670a414 (diff) |
papi: remove shared memory transport
This patch removes the papi transport shared memory plugin.
It also removes any dependency on CFFI.
Type: feature
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Ia81701c0dc506871e511495d837e41420e1fdf72
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test/requirements-3.txt')
-rw-r--r-- | test/requirements-3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements-3.txt b/test/requirements-3.txt index c25ac86c1d1..a6c2bc9abf0 100644 --- a/test/requirements-3.txt +++ b/test/requirements-3.txt @@ -54,7 +54,7 @@ cffi==1.14.5 \ --hash=sha256:d42b11d692e11b6634f7613ad8df5d6d5f8875f5d48939520d351007b3c13406 \ --hash=sha256:f2d45f97ab6bb54753eab54fffe75aaf3de4ff2341c9daee1987ee1837636f1d \ --hash=sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c \ - # via -r requirements.txt, cryptography + # via cryptography chardet==4.0.0 \ --hash=sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa \ --hash=sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5 \ |