Unpin keyring to unbork twine validate check

As reported by Tim Burke, just-released twine 3.0.0 requires
keyring>=15.1, but we have a 3-year-old keyring==7.3 pin in
releases requirements.

The pin was put to avoid installing a full desktop (through a
DBUS dependency introduced in >7.3) but this seem to have been
fixed between now and then.

Change-Id: I904ea3735daaa8892edc54be4a9611beb66fdfe2
This commit is contained in:
Thierry Carrez 2019-11-19 10:11:52 +01:00
parent 7202fe1edc
commit e378cddcd0
1 changed files with 1 additions and 5 deletions

View File

@ -9,11 +9,7 @@
######################################################################
pbr>=1.6
# NOTE(dhellmann): We pin keyring because new releases tend to add
# dependencies for GUI tools that we don't use
keyring==7.3
keyring>=7.3
requests>=2.5.2
PyYAML>=3.1.0
yamlordereddictloader