gnu: Remove python2-setproctitle.
* gnu/packages/python-xyz.scm (python2-setproctitle): Delete variable.
This commit is contained in:
parent
76cebcc03d
commit
abb9adfff8
1 changed files with 1 additions and 9 deletions
|
@ -18580,15 +18580,7 @@ JSON) codec.")
|
||||||
example when a master process is forked: changing the children's title
|
example when a master process is forked: changing the children's title
|
||||||
allows identifying the task each process is busy with. The technique
|
allows identifying the task each process is busy with. The technique
|
||||||
is used by PostgreSQL and the OpenSSH Server for example.")
|
is used by PostgreSQL and the OpenSSH Server for example.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)))
|
||||||
(properties `((python2-variant . ,(delay python2-setproctitle))))))
|
|
||||||
|
|
||||||
(define-public python2-setproctitle
|
|
||||||
(let ((base (package-with-python2
|
|
||||||
(strip-python2-variant python-setproctitle))))
|
|
||||||
(package/inherit base
|
|
||||||
(native-inputs `(("python2-nose" ,python2-nose)
|
|
||||||
,@(package-native-inputs base))))))
|
|
||||||
|
|
||||||
(define-public python-validictory
|
(define-public python-validictory
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue