diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-15 23:43:19 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-16 00:43:45 +0200 |
commit | afdcd036898aae9a8012d94ad7ec8bf376cb4ab5 (patch) | |
tree | ff4941a39f04b2baae4f28bba5063bbb60a9faf4 /gnu | |
parent | d23a04e52e390f5e666b7e8204f92220d4d05f6f (diff) |
gnu: python-posix-ipc: Remove unused input.
* gnu/packages/python-xyz.scm (python-posix-ipc)[native-inputs]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 71c9614242..51df69c8a3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29826,8 +29826,6 @@ fashion.") (substitute* "prober.py" (("cmd = .cc") (string-append "cmd = \"" #$(cc-for-target))))))))) - (native-inputs - (list python-unittest2)) (home-page "http://semanchuk.com/philip/posix_ipc/") (synopsis "POSIX IPC primitives for Python") (description |