Add setproctitle to g-r, which is already in upper-constraints

- Is the library actively maintained?

Last update was two years ago, though it's actively packaged by current
distros. It is small and has no dependencies of its own. Most notably,
it is already pulled into upper-constraints.txt.

- Is the library good code?

Yes. Simple wrapper around C calls (prctl, setproctitle).

- Is the library python 3 compatible?

Yes

- Is the library license compatible?

Yes, BSD.

- Is the library already packaged in the distros we target
  (Ubuntu latest / Fedora latest)?

Yes

- Is the function of this library already covered by other libraries in
  global-requirements.txt?

Not that I'm aware of.

- If this new requirement is about replacing an existing library with one
  that’s better suited for our needs, then we also need the transition plan
  to drop the old library in a reasonable amount of time.

N/A

- Is the library required for OpenStack project or related dev or
  infrastructure setup? (Answer to this should be Yes, of course) Which?

Yes, neutron.  https://review.openstack.org/637019

- If the library release is managed by the Openstack release process does
  it use the cycle-with-intermediary release type?

N/A

- Do I need to update anything else?

No

Change-Id: I78fa7ce127d682285117d42a96eb6263e29674ef
This commit is contained in:
Doug Wiegley 2019-02-14 11:07:16 -07:00
parent 00cf8c0d8c
commit 5884695b46
No known key found for this signature in database
GPG Key ID: 4D3C112B76BBDB5F
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ simplejson # MIT
six # MIT
scipy # BSD
scikit-learn # BSD
setproctitle # BSD
# NOTE(yamahata):
# bug work around of sqlalchemy
# https://bitbucket.org/zzzeek/sqlalchemy/issues/3952/